Parcourir la source

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

pull/1/head
10sr il y a 11 ans
Parent
révision
86c6f3d055
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl Voir le fichier

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


Chargement…
Annuler
Enregistrer