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:
parent
27c15a11ad
commit
168a64056f
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ shell:
|
||||||
args:
|
args:
|
||||||
- --login
|
- --login
|
||||||
- -c
|
- -c
|
||||||
- "tmux attach || tmux"
|
- "tmux"
|
||||||
|
|
||||||
# Startup directory
|
# Startup directory
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue