Kaynağa Gözat

Updated cygwin code to start file explorer correctly

pull/199/head
jostber 11 yıl önce
ebeveyn
işleme
4284307579
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      bin/autojump.bash

+ 1
- 1
bin/autojump.bash Dosyayı Görüntüle

@ -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

Yükleniyor…
İptal
Kaydet