Do not load PATH again

This commit is contained in:
Alexander Simonov 2011-05-24 11:11:42 +03:00
commit ea55e5128e

View file

@ -2,11 +2,6 @@ function savepath() {
pwd > ~/.current_path~
}
# load base PATH
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
function tab() {
savepath
osascript >/dev/null <<EOF