diff --git a/.zshrc b/.zshrc index 252a86b..fc09568 100644 --- a/.zshrc +++ b/.zshrc @@ -64,7 +64,6 @@ plugins=( git zsh-completions zsh-autosuggestions - zsh-syntax-highlighting history-substring-search python httpie @@ -76,7 +75,9 @@ plugins=( screen systemd web-search - k) + k + zsh-syntax-highlighting + ) #plugins+=(zsh-nvm) source $ZSH/oh-my-zsh.sh diff --git a/quickz.sh b/quickz.sh index a8dd6bc..dfb69e2 100755 --- a/quickz.sh +++ b/quickz.sh @@ -81,7 +81,7 @@ if ~/marker/install.py; then echo -e "Installed Marker" else echo -e "Marker Installation Had Issues" - +fi # source ~/.zshrc echo -e "\nSudo access is needed to change default shell\n"