dotfiles/zprofile
Naman Sood bd98b8a308 changes
Signed-off-by: Naman Sood <mail@nsood.in>
2023-01-16 12:32:25 -05:00

7 lines
172 B
Bash

# 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