- Fixed bug in zshrc
This commit is contained in:
parent
d9abbc79c7
commit
cadb091d55
1 changed files with 0 additions and 1 deletions
1
zshrc
1
zshrc
|
@ -80,7 +80,6 @@ zstyle ':completion:*:hosts' hosts $_ssh_config
|
||||||
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||||
eval `ssh-agent -s`
|
eval `ssh-agent -s`
|
||||||
ssh-add ~/.ssh/id_rsa
|
ssh-add ~/.ssh/id_rsa
|
||||||
==== BASE ====
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# List of accounts to read the last tweet from, comma separated
|
# List of accounts to read the last tweet from, comma separated
|
||||||
|
|
Loading…
Reference in a new issue