From 330a8f91800fa45b67946ef21fe682450cc23d75 Mon Sep 17 00:00:00 2001 From: Joty Date: Tue, 24 Apr 2018 12:34:01 +0930 Subject: [PATCH] mv zsh-syntax-highlighting to last --- .zshrc | 5 +++-- quickz.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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"