[zsh] Remove init_profile_darwin_say_hello from init_profile_darwin
This commit is contained in:
parent
71176a516f
commit
18940fe091
1 changed files with 4 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue