Browse Source

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

pull/1/head
10sr 11 years ago
parent
commit
86c6f3d055
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl View 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 {


Loading…
Cancel
Save