Fix tmux handling for urxvtc

Fixes #30.
break
noctuid 8 years ago
parent 68f833a25a
commit ac0f811cab

@ -550,7 +550,7 @@ program_start() {
tmux_command="'tmux attach-session -dt $session_name || \ tmux_command="'tmux attach-session -dt $session_name || \
tmuxinator start $session_name || \ tmuxinator start $session_name || \
tmux new-session -s $session_name'" tmux new-session -s $session_name'"
if [[ $program == urxvt ]]; then if [[ $program =~ ^urxvt ]]; then
program_command="$program_command -e bash -c $tmux_command" program_command="$program_command -e bash -c $tmux_command"
elif [[ $program == terminix ]]; then elif [[ $program == terminix ]]; then
program_command="$program_command -x \"bash -c $tmux_command\"" program_command="$program_command -x \"bash -c $tmux_command\""

Loading…
Cancel
Save