remove auto tmux

This commit is contained in:
sloane 2024-11-03 07:42:50 -05:00
parent 02057ed4b7
commit 5fffd4bb15
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -9,11 +9,12 @@ if status is-interactive
jj util completion fish | source jj util completion fish | source
if not set -q TMUX # # start or attach to default tmux session
set -g TMUX tmux new-session -d -s default # if not set -q TMUX
eval $TMUX # set -g TMUX tmux new-session -d -s default
tmux attach-session -d -t default # eval $TMUX
end # tmux attach-session -d -t default
# end
end end
set -xg SSH_AUTH_SOCK ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock set -xg SSH_AUTH_SOCK ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock