1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Use correct export syntax.

This commit is contained in:
Alexander Bolodurin 2013-05-25 22:28:06 +10:00
parent 701e454dd6
commit e72369c1a9

View File

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