mv zsh-syntax-highlighting to last

This commit is contained in:
Joty
2018-04-24 12:34:01 +09:30
parent 949e7c5fc2
commit 330a8f9180
2 changed files with 4 additions and 3 deletions

5
.zshrc
View File

@@ -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

View File

@@ -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"