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

Merge pull request #370 from tsion/patch-1

Fix typo (__aj_error -> __aj_err) for fish shell.
This commit is contained in:
William Ting 2015-07-06 20:25:05 -07:00
commit f59eaf9bb1

View File

@ -91,7 +91,7 @@ function jo
case cygwin
cygstart "" (cygpath -w -a (pwd))
case '*'
__aj_error "Unknown operating system: \"$OSTYPE\""
__aj_err "Unknown operating system: \"$OSTYPE\""
end
else
__aj_err "autojump: directory '"$argv"' not found"