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

Updated cygwin code as for autojump.bash

This commit is contained in:
jostber 2013-04-03 13:50:37 +02:00
parent 4284307579
commit a97c516758

View File

@ -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