fish: enable direnv

This commit is contained in:
Daniel Meiburg 2023-10-03 23:45:35 +02:00
parent df7f59c27b
commit 6d734a188b
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 2 additions and 0 deletions

View File

@ -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