always source dreamhost keychain
This commit is contained in:
parent
d35fa4c8fb
commit
f5f61e5318
1 changed files with 2 additions and 1 deletions
|
|
@ -382,7 +382,8 @@ compinit
|
||||||
if command_exists keychain; then
|
if command_exists keychain; then
|
||||||
if [[ -f ~/.ssh/id_rsa ]]; then
|
if [[ -f ~/.ssh/id_rsa ]]; then
|
||||||
keychain --nogui ~/.ssh/id_rsa
|
keychain --nogui ~/.ssh/id_rsa
|
||||||
elif [[ -f ~/.ssh/id_rsa-dreamhost ]]; then
|
fi
|
||||||
|
if [[ -f ~/.ssh/id_rsa-dreamhost ]]; then
|
||||||
keychain --nogui ~/.ssh/id_rsa-dreamhost
|
keychain --nogui ~/.ssh/id_rsa-dreamhost
|
||||||
fi
|
fi
|
||||||
KEYCHAINFILE="$HOME/.keychain/$(hostname)-sh"
|
KEYCHAINFILE="$HOME/.keychain/$(hostname)-sh"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue