7 lines
105 B
Bash
7 lines
105 B
Bash
#!/usr/bin/env zsh
|
|
# Eryn Wells <eryn@erynwells.me>
|
|
|
|
if ssh-add --apple-load-keychain; then
|
|
echo
|
|
fi
|
|
|