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:
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…
Reference in New Issue
Block a user