use keychain --nogui for ubuntu
This commit is contained in:
parent
760f897662
commit
3c9c6bbd30
1 changed files with 1 additions and 1 deletions
|
|
@ -379,6 +379,6 @@ compinit
|
||||||
# ================
|
# ================
|
||||||
# OS X includes keychain now, cool.
|
# OS X includes keychain now, cool.
|
||||||
if command_exists keychain; then
|
if command_exists keychain; then
|
||||||
keychain ~/.ssh/id_rsa ~/.ssh/id_rsa-dreamhost
|
keychain --nogui ~/.ssh/id_rsa ~/.ssh/id_rsa-dreamhost
|
||||||
source "~/.keychain/$(hostname)-sh" >/dev/null
|
source "~/.keychain/$(hostname)-sh" >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue