Quellcode durchsuchen

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr vor 11 Jahren
Ursprung
Commit
86c6f3d055
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl Datei anzeigen

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


Laden…
Abbrechen
Speichern