diff --git a/zsh/func/init_profile_darwin b/zsh/func/init_profile_darwin new file mode 100644 index 0000000..8225b42 --- /dev/null +++ b/zsh/func/init_profile_darwin @@ -0,0 +1,7 @@ +#!/usr/bin/env zsh +# Eryn Wells + +if ssh-add --apple-load-keychain; then + echo +fi +