9 lines
No EOL
302 B
Fish
9 lines
No EOL
302 B
Fish
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
|
|
set -x DOCKER_HOST unix:///run/user/1000/docker.sock
|
|
gpgconf --launch gpg-agent
|
|
gpg-connect-agent updatestartuptty /bye
|
|
end |