···2929 alias r "cd ~/repos"
3030end
31313232-# PATH stuff
3232+# We start the ssh-agent in noah-home.nix, so we'll add the socket to the environment
3333+set -Ux SSH_AUTH_SOCK /var/run/user/(id -u)/ssh-agent
33343434-# Run ssh-agent
3535-#if test -z "(pgrep ssh-agent)"
3636-# eval (ssh-agent -c) > /dev/null # no output
3737-# set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
3838-# set -Ux SSH_AGENT_PID $SSH_AGENT_PID
3939-# set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
4040-#end
3535+# PATH stuff
41364237if type -q "direnv"
4338 direnv hook fish | source