瀏覽代碼

Merge pull request #370 from tsion/patch-1

Fix typo (__aj_error -> __aj_err) for fish shell.
pull/371/head
William Ting 9 年之前
父節點
當前提交
f59eaf9bb1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bin/autojump.fish

+ 1
- 1
bin/autojump.fish 查看文件

@ -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…
取消
儲存