1
0
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:
Niklas Bergius 2019-09-03 16:54:41 +02:00
parent 73d242582a
commit 40afedd2dd

View File

@ -112,6 +112,9 @@ jo() {
cygwin)
cygstart "" $(cygpath -w -a ${output})
;;
msys)
start "${output}"
;;
*)
echo "Unknown operating system: ${OSTYPE}." 1>&2
;;