From bd1cb1e36e53344efbdd75de6fe3e86f3e12a4c0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 20 May 2024 11:48:51 -0400 Subject: [PATCH] fish: Drop $SSH_AUTH_SOCK Shouldn't be needed since this gets handled by the ssh-agent module if enabled instead. --- home/fish.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/fish.nix b/home/fish.nix index d31b2629..516cbc97 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -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")