Updated cygwin code to start file explorer correctly

pull/199/head
jostber 11 years ago
parent c17fceeff9
commit 4284307579

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

Loading…
Cancel
Save