2023-11-20 11:20:55 -06:00
|
|
|
if status is-interactive
|
|
|
|
fish_add_path .cargo/bin/
|
|
|
|
set -x GPG_TTY (tty)
|
|
|
|
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
|
|
|
set -x EDITOR nvim
|
2023-11-30 18:19:56 -06:00
|
|
|
set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
|
2023-11-20 11:20:55 -06:00
|
|
|
gpgconf --launch gpg-agent
|
|
|
|
gpg-connect-agent updatestartuptty /bye
|
2023-11-30 18:19:56 -06:00
|
|
|
end
|