changes
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
3e2028838a
commit
bd98b8a308
10 changed files with 48 additions and 14 deletions
7
zprofile
Normal file
7
zprofile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue