Fix syntax error in .zshrc
This commit is contained in:
parent
1080894466
commit
df0127551c
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -249,7 +249,7 @@ _check-for-zsh-quickstart-update() {
|
||||||
BROWSER=/usr/bin/chromium
|
BROWSER=/usr/bin/chromium
|
||||||
EDITOR=/usr/bin/micro
|
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/.ssh-find-agent.sh
|
||||||
ssh-find-agent -a
|
ssh-find-agent -a
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue