Fix syntax error in .zshrc

This commit is contained in:
Marty Oehme 2019-02-04 16:43:21 +00:00
parent 1080894466
commit df0127551c

2
.zshrc
View file

@ -249,7 +249,7 @@ _check-for-zsh-quickstart-update() {
BROWSER=/usr/bin/chromium
EDITOR=/usr/bin/micro
if [[ -f ~/.ssh/.ssh-find-agent.sh ]]
if [[ -f ~/.ssh/.ssh-find-agent.sh ]] then
. ~/.ssh/.ssh-find-agent.sh
ssh-find-agent -a
fi