[zsh] Background the ssh-add call in init_profile_darwin

This commit is contained in:
Eryn Wells 2023-03-27 10:39:59 -07:00
parent 75d8059bde
commit 4c145641c5

View file

@ -1,9 +1,6 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
if ssh-add --apple-load-keychain; then
echo
fi
( ssh-add --apple-load-keychain & ) 1>/dev/null 2>&1
autoload -Uz init_profile_darwin_say_hello
init_profile_darwin_say_hello