[zsh] Add init_profile_darwin -- a Darwin specific init_profile

This commit is contained in:
Eryn Wells 2022-05-25 14:08:12 -07:00 committed by Eryn Wells
parent bb47c6cc52
commit 20414bb31c

View file

@ -0,0 +1,7 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
if ssh-add --apple-load-keychain; then
echo
fi