1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Merge pull request #334 from erdiaker/issue_333

Fixes joelthelion/autojump#333
This commit is contained in:
William Ting
2014-12-15 20:12:17 -08:00

View File

@@ -11,7 +11,7 @@ complete -x -c j -a '(autojump --complete (commandline -t))'
# set error file location
if (uname) == "Darwin"
if test (uname) = "Darwin"
set -x AUTOJUMP_ERROR_PATH ~/Library/autojump/errors.log
else if test -d $XDG_DATA_HOME
set -x AUTOJUMP_ERROR_PATH $XDG_DATA_HOME/autojump/errors.log