1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +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 case cygwin
cygstart "" (cygpath -w -a (pwd)) cygstart "" (cygpath -w -a (pwd))
case '*' case '*'
__aj_error "Unknown operating system: \"$OSTYPE\"" __aj_err "Unknown operating system: \"$OSTYPE\""
end end
else else
__aj_err "autojump: directory '"$argv"' not found" __aj_err "autojump: directory '"$argv"' not found"