typo fixes
This commit is contained in:
@@ -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
|
git clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||||
fi
|
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
|
cd ~/.oh-my-zsh/custom/plugins/zsh-completions && git pull
|
||||||
else
|
else
|
||||||
git clone --depth=1 https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions
|
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
|
if [ -d ~/.oh-my-zsh/custom/plugins/k ]; then
|
||||||
cd ~/.oh-my-zsh/custom/plugins/k && git pull
|
cd ~/.oh-my-zsh/custom/plugins/k && git pull
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if [ -d ~/.quickzsh/marker ]; then
|
if [ -d ~/.quickzsh/marker ]; then
|
||||||
cd ~/.quickzsh/marker && git pull
|
cd ~/.quickzsh/marker && git pull
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if ~/.quickzsh/marker/install.py; then
|
if ~/.quickzsh/marker/install.py; then
|
||||||
|
|||||||
Reference in New Issue
Block a user