Procházet zdrojové kódy

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

pull/1/head
10sr před 11 roky
rodič
revize
86c6f3d055
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl Zobrazit soubor

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


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