unset _upstream before exiting

This commit is contained in:
Jonathan Dahan 2012-01-29 23:14:19 -05:00
parent 49a88c66d5
commit d2e70ddc1e

View file

@ -31,4 +31,5 @@ else
fi
unset _color
unset _upstream
cd "$current_path" || return 1