Kaynağa Gözat

update open_file for cygwin

pull/1/head
10sr 10 yıl önce
ebeveyn
işleme
d73d0490ff
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      bashrc

+ 4
- 1
bashrc Dosyayı Görüntüle

@@ -759,7 +759,10 @@ __EOF__
}

open_file(){
if iswindows
if iscygwin
then
cygstart "$@"
elif ismsys
then
cmd.exe //c start "" "$@"
elif isdarwin


Yükleniyor…
İptal
Kaydet