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

Fix fish shell conditional syntax

This commit is contained in:
Leonid Shevtsov 2014-11-18 10:55:21 +02:00
parent 9ad75a54c7
commit 10dede0092

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