mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Opening directory in Explorer when using Git Bash.
This commit is contained in:
parent
73d242582a
commit
40afedd2dd
@ -112,6 +112,9 @@ jo() {
|
||||
cygwin)
|
||||
cygstart "" $(cygpath -w -a ${output})
|
||||
;;
|
||||
msys)
|
||||
start "${output}"
|
||||
;;
|
||||
*)
|
||||
echo "Unknown operating system: ${OSTYPE}." 1>&2
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user