Disable tmux session auto-connect

This commit is contained in:
Yax 2024-07-27 15:29:42 +02:00
parent e24c46b8db
commit 040409a7a2

View file

@ -123,7 +123,7 @@ if status is-interactive
end end
# run tmux session # run tmux session
if not set -q TMUX #if not set -q TMUX
tmux attach -t build; or tmux new -s build # tmux attach -t build; or tmux new -s build
end #end
end end