1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 4 years ago
parent 06c5876660
commit 2334c6c132
  1. 2
      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"'
)
}

Loading…
Cancel
Save