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:
parent
4284307579
commit
a97c516758
@ -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…
Reference in New Issue
Block a user