Launch keychain on WSL startup

This commit is contained in:
dctrud 2021-07-20 08:16:07 -05:00
parent 0783c1cc26
commit 8f38ce1fda
1 changed files with 3 additions and 0 deletions

3
source/50_windows.sh Normal file
View File

@ -0,0 +1,3 @@
if [[ -n "$IS_WSL" || -n "$WSL_DISTRO_NAME" ]]; then
eval $(keychain --eval --agents ssh id_rsa)
fi