dotfiles/zsh/func/init_profile_darwin

7 lines
143 B
Text

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