Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-01-16 12:32:25 -05:00
parent 3e2028838a
commit bd98b8a308
10 changed files with 48 additions and 14 deletions

7
zprofile Normal file
View file

@ -0,0 +1,7 @@
# fix for WSL not starting ssh-agent on boot
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s`
grep -slR PRIVATE ~/.ssh/ | xargs ssh-add
fi
export TENDS_TO=42