remove auto tmux
This commit is contained in:
parent
02057ed4b7
commit
5fffd4bb15
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue