X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=bin%2Fbin%2Ftmux-menu-calc.sh;h=1d0e6b113e7dcae798967e7169ecdddf23525324;hp=b8ae8bcb0c5737025cdd2a8c2760d3433116b060;hb=ada1e8cdbbb764bb5849647e7980ef1292c304ba;hpb=4f63bb663b5e65bd6e61e7c07fb9869aae659f46 diff --git a/bin/bin/tmux-menu-calc.sh b/bin/bin/tmux-menu-calc.sh index b8ae8bc..1d0e6b1 100755 --- a/bin/bin/tmux-menu-calc.sh +++ b/bin/bin/tmux-menu-calc.sh @@ -4,4 +4,4 @@ tmux has-session -t calc || { tmux new-session -d -s calc rlwrap -S "> " dc tmux set-option -t calc status off } -tmux attach-session -t calc +exec tmux attach-session -t calc