Use correct export syntax.

pull/209/head
Alexander Bolodurin 12 years ago
parent 701e454dd6
commit e72369c1a9

@ -13,7 +13,7 @@ end
# local installation
if test -d ~/.autojump
export PATH ~/.autojump/bin $PATH
set -x PATH ~/.autojump/bin $PATH
end
set -x AUTOJUMP_HOME $HOME

Loading…
Cancel
Save