Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
update open_file for cygwin
pull/1/head
10sr
11 anni fa
parent
999ebad511
commit
d73d0490ff
1 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-1
bashrc
+ 4
- 1
bashrc
Vedi File
@@ -759,7 +759,10 @@ __EOF__
}
open_file(){
if iswindows
if iscygwin
then
cygstart "$@"
elif ismsys
then
cmd.exe //c start "" "$@"
elif isdarwin
Scrivi
Anteprima
Caricamento…
Annulla
Salva