Disable tmux session auto-connect

main
Yax 3 months ago
parent e24c46b8db
commit 040409a7a2

@ -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

Loading…
Cancel
Save