From df0127551c6a950abb8dc68b591b13155e12e291 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 4 Feb 2019 16:43:21 +0000 Subject: [PATCH] Fix syntax error in .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index dc75066..33b2b51 100644 --- a/.zshrc +++ b/.zshrc @@ -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