[zsh] Background the ssh-add call in init_profile_darwin
This commit is contained in:
parent
75d8059bde
commit
4c145641c5
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue