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
do not die when tmux command failed
pull/1/head
10sr
12 anni fa
parent
5972e87b1e
commit
932ce488b4
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
tmux.conf.pl
+ 1
- 1
tmux.conf.pl
Vedi File
@@ -19,7 +19,7 @@ sub tmux {
push(@command, @_);
# print "@command, \n";
system(@command) == 0
or
die
"system @command failed: $?";
or
warn
"system @command failed: $?";
}
sub set {
Scrivi
Anteprima
Caricamento…
Annulla
Salva