mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
Updated cygwin code as for autojump.bash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user