squashed a bug, 4 spaces indentation

This commit is contained in:
JGill
2020-02-26 13:09:12 +10:30
parent ab6e45ee4f
commit 2ea13523e9

View File

@@ -26,7 +26,7 @@ fi
cp -f .zshrc ~/
mkdir ~/.quickzsh # external plugins, things, will be instlled in here
mkdir -p ~/.quickzsh # external plugins, things, will be instlled in here
if [ -d ~/.oh-my-zsh/plugins/zsh-autosuggestions ]; then
cd ~/.oh-my-zsh/plugins/zsh-autosuggestions && git pull