Don't autoattach to tmux
This commit is contained in:
parent
3301b6b1f4
commit
cf8b6862a8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
initExtraFirst = ''
|
||||
if [ -z "$TMUX" ] && [[ $- == *i* ]]
|
||||
then
|
||||
(tmux ls | grep -vq attached && tmux at) || tmux
|
||||
tmux
|
||||
if [ ! -f /tmp/dontdie ]
|
||||
then
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue