Ver a proveniência

Updated cygwin code to start file explorer correctly

pull/199/head
jostber há 11 anos
ascendente
cometimento
4284307579
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      bin/autojump.bash

+ 1
- 1
bin/autojump.bash Ver ficheiro

@ -111,7 +111,7 @@ function jo {
open "$(autojump $@)"
;;
cygwin)
cmd /C start "" $(cygpath -w -a $(pwd))
cygstart "" $(cygpath -w -a $(pwd))
;;
*)
echo "Unknown operating system." 1>&2

Carregando…
Cancelar
Guardar