From 2334c6c13280f983a7ac8bcb08724064c60e9fce Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 13 May 2020 12:04:05 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- per-host/mari-wovn/.bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/per-host/mari-wovn/.bash_aliases b/per-host/mari-wovn/.bash_aliases index 82f3461..c6d565d 100644 --- a/per-host/mari-wovn/.bash_aliases +++ b/per-host/mari-wovn/.bash_aliases @@ -10,7 +10,7 @@ auto_tmux function tmux_start_branch() { ( branch=${1:?} - tmux -2 new-window -a -t "Main Screen:1" -c ~ -e BRANCH_NAME="$branch" 'bash -c "start_branch \"\$BRANCH_NAME\"; exec bash"' + tmux -2 new-window -a -t "Main Screen:1" -c ~ -e BRANCH_NAME="$branch" 'bash -ic "start_branch \"\$BRANCH_NAME\"; exec bash"' ) }