fish: enable direnv
This commit is contained in:
parent
df7f59c27b
commit
6d734a188b
|
|
@ -35,6 +35,8 @@ set -U -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
|||
set -x GPG_TTY (tty)
|
||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||
|
||||
direnv hook fish | source
|
||||
|
||||
if test $TERM != "screen-256color"
|
||||
tmux attach-session -t $USER || tmux new-session -s $USER
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue