fish: Drop $SSH_AUTH_SOCK

Shouldn't be needed since this gets handled by the ssh-agent module if
enabled instead.
This commit is contained in:
Donovan Glover 2024-05-20 11:48:51 -04:00
parent e29def5e49
commit bd1cb1e36e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,7 +6,6 @@
set -U fish_greeting ""
export PATH="$HOME/.local/bin:$PATH"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
set -x -U LESS_TERMCAP_md (printf "\e[01;31m")
set -x -U LESS_TERMCAP_me (printf "\e[0m")