mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
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:
parent
e29def5e49
commit
bd1cb1e36e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user