Browse Source

Updated cygwin code as for autojump.bash

pull/199/head
jostber 11 years ago
parent
commit
a97c516758
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/autojump.zsh

+ 1
- 1
bin/autojump.zsh View File

@ -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…
Cancel
Save