diff --git a/tmux.conf.pl b/tmux.conf.pl index 025f8d8..4c3e920 100755 --- a/tmux.conf.pl +++ b/tmux.conf.pl @@ -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 {