···2626 alias r "cd ~/repos"
2727end
28282929-# PATH stuff
2929+# We start the ssh-agent in noah-home.nix, so we'll add the socket to the environment
3030+set -Ux SSH_AUTH_SOCK /var/run/user/(id -u)/ssh-agent
30313131-# Run ssh-agent
3232-if test -z "(pgrep ssh-agent)"
3333- eval (ssh-agent -c) > /dev/null # no output
3434- set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
3535- set -Ux SSH_AGENT_PID $SSH_AGENT_PID
3636- set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
3737-end
3232+# PATH stuff
38333934if type -q "direnv"
4035 direnv hook fish | source
+4-1
scripts/nr
···33flag e +
44flag x +
5566-exec nix run 'nixpkgs#'^$*
66+pkg=$1
77+shift
88+99+exec nix run 'nixpkgs#'^$pkg -- $*