add config.fish

This commit is contained in:
DannyDannyDanny 2023-11-10 18:18:20 +01:00
parent f2f0d24dc2
commit 857ca6567e

5
.config/config.fish Normal file
View file

@ -0,0 +1,5 @@
if not pgrep --full ssh-agent | string collect > /dev/null
eval (ssh-agent -c)
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
end