Sfoglia il codice sorgente

Updated cygwin code as for autojump.bash

pull/199/head
jostber 11 anni fa
parent
commit
a97c516758
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bin/autojump.zsh

+ 1
- 1
bin/autojump.zsh Vedi 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

Caricamento…
Annulla
Salva