mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 19:20:56 +02:00
zero-system: would be cute if I knew how to use zsh
This commit is contained in:
parent
4b6beb0ff5
commit
f533363831
1 changed files with 2 additions and 2 deletions
|
|
@ -59,10 +59,10 @@ bindkey "\eOF" end-of-line
|
|||
#bindkey "\eOc" forward-word
|
||||
|
||||
if [ "${USER}" != "root" ]; then
|
||||
if [ -r "~/.ssh/gentoo_rsa" ]; then
|
||||
if [ -r ~/.ssh/gentoo_rsa ]; then
|
||||
#eval `keychain --eval ~/.ssh/gentoo_rsa DD11F94A`
|
||||
eval `keychain --eval ~/.ssh/gentoo_rsa`
|
||||
elif [ -r "~/.ssh/id_rsa" ]; then
|
||||
elif [ -r ~/.ssh/id_rsa ]; then
|
||||
eval `keychain --eval ~/.ssh/id_rsa`
|
||||
fi
|
||||
#eval `gpg-agent --daemon --enable-ssh-support`
|
||||
|
|
|
|||
Loading…
Reference in a new issue