Some tmux changes

Removed continuing in previous tmux session when opening a new terminal
window. Now starts a new session by default, as expected.
This commit is contained in:
Tibo De Peuter 2022-06-20 20:21:02 +02:00
parent 27c15a11ad
commit 168a64056f

View file

@ -484,7 +484,7 @@ shell:
args: args:
- --login - --login
- -c - -c
- "tmux attach || tmux" - "tmux"
# Startup directory # Startup directory
# #