瀏覽代碼

Updated cygwin code as for autojump.bash

pull/199/head
jostber 11 年之前
父節點
當前提交
a97c516758
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bin/autojump.zsh

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

@ -75,7 +75,7 @@ function jo {
open "$(autojump $@)"
;;
cygwin)
cmd /C start "" $(cygpath -w -a $(pwd))
cygstart "" $(cygpath -w -a $(pwd))
;;
*)
echo "Unknown operating system." 1>&2

Loading…
取消
儲存