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:
commit
f59eaf9bb1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user