Disable tmux session auto-connect

main
Yax 3 months ago
parent e24c46b8db
commit 040409a7a2

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

Loading…
Cancel
Save