]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/tmux-menu-calc.sh
exec optimization fetish
[dotfiles.git] / bin / bin / tmux-menu-calc.sh
index b8ae8bcb0c5737025cdd2a8c2760d3433116b060..1d0e6b113e7dcae798967e7169ecdddf23525324 100755 (executable)
@@ -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