add back default tmux session

This commit is contained in:
sloane 2024-11-16 13:51:21 -05:00
parent 19a48eee3c
commit 2c188d9465
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -9,12 +9,12 @@ if status is-interactive
jj util completion fish | source jj util completion fish | source
# # start or attach to default tmux session # start or attach to default tmux session
# if not set -q TMUX if not set -q TMUX
# set -g TMUX tmux new-session -d -s default set -g TMUX tmux new-session -d -s default
# eval $TMUX eval $TMUX
# tmux attach-session -d -t default tmux attach-session -d -t default
# end 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