[zsh] Remove init_profile_darwin_say_hello from init_profile_darwin

This commit is contained in:
Eryn Wells 2023-03-28 10:49:51 -07:00
parent 71176a516f
commit 18940fe091

View file

@ -1,6 +1,7 @@
# Eryn Wells <eryn@erynwells.me> # Eryn Wells <eryn@erynwells.me>
( ssh-add --apple-load-keychain & ) 1>/dev/null 2>&1 init_profile_darwin() {
( ssh-add --apple-load-keychain & ) 1>/dev/null 2>&1
}
autoload -Uz init_profile_darwin_say_hello init_profile_darwin "$@"
init_profile_darwin_say_hello