[zsh] Add init_profile_darwin -- a Darwin specific init_profile
This commit is contained in:
parent
bb47c6cc52
commit
20414bb31c
1 changed files with 7 additions and 0 deletions
7
zsh/func/init_profile_darwin
Normal file
7
zsh/func/init_profile_darwin
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
# Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
|
if ssh-add --apple-load-keychain; then
|
||||||
|
echo
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue