add back default tmux session
This commit is contained in:
parent
19a48eee3c
commit
2c188d9465
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue