Procházet zdrojové kódy

update open_file for cygwin

pull/1/head
10sr před 12 roky
rodič
revize
d73d0490ff
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      bashrc

+ 4
- 1
bashrc Zobrazit soubor

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


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


Načítá se…
Zrušit
Uložit