zero-system: would be cute if I knew how to use zsh

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-05-17 21:54:18 -04:00
parent 4b6beb0ff5
commit f533363831
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -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`