From 42b4779e48e407ec8c8691a4afde821c7337af8c Mon Sep 17 00:00:00 2001 From: JGill Date: Wed, 26 Feb 2020 13:21:33 +1030 Subject: [PATCH] typo fixes --- quickz.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickz.sh b/quickz.sh index e0c9f47..f61ec4c 100755 --- a/quickz.sh +++ b/quickz.sh @@ -40,7 +40,7 @@ else git clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting fi -if [ -d ~/.oh-my-zsh/custom/plugins/zsh-completions]; then +if [ -d ~/.oh-my-zsh/custom/plugins/zsh-completions ]; then cd ~/.oh-my-zsh/custom/plugins/zsh-completions && git pull else git clone --depth=1 https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions @@ -80,13 +80,13 @@ fi if [ -d ~/.oh-my-zsh/custom/plugins/k ]; then cd ~/.oh-my-zsh/custom/plugins/k && git pull else - git clone --depth 1 https://github.com/supercrabtree/k ~/.oh-my-zsh/custom/plugins/k; then : + git clone --depth 1 https://github.com/supercrabtree/k ~/.oh-my-zsh/custom/plugins/k fi if [ -d ~/.quickzsh/marker ]; then cd ~/.quickzsh/marker && git pull else - git clone --depth 1 https://github.com/pindexis/marker ~/.quickzsh/marker; then : + git clone --depth 1 https://github.com/pindexis/marker ~/.quickzsh/marker fi if ~/.quickzsh/marker/install.py; then