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

Updated cygwin code to start file explorer correctly

This commit is contained in:
jostber 2013-04-03 13:48:23 +02:00
parent c17fceeff9
commit 4284307579

View File

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