mv zsh-syntax-highlighting to last
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -64,7 +64,6 @@ plugins=(
|
|||||||
git
|
git
|
||||||
zsh-completions
|
zsh-completions
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
zsh-syntax-highlighting
|
|
||||||
history-substring-search
|
history-substring-search
|
||||||
python
|
python
|
||||||
httpie
|
httpie
|
||||||
@@ -76,7 +75,9 @@ plugins=(
|
|||||||
screen
|
screen
|
||||||
systemd
|
systemd
|
||||||
web-search
|
web-search
|
||||||
k)
|
k
|
||||||
|
zsh-syntax-highlighting
|
||||||
|
)
|
||||||
#plugins+=(zsh-nvm)
|
#plugins+=(zsh-nvm)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ if ~/marker/install.py; then
|
|||||||
echo -e "Installed Marker"
|
echo -e "Installed Marker"
|
||||||
else
|
else
|
||||||
echo -e "Marker Installation Had Issues"
|
echo -e "Marker Installation Had Issues"
|
||||||
|
fi
|
||||||
# source ~/.zshrc
|
# source ~/.zshrc
|
||||||
echo -e "\nSudo access is needed to change default shell\n"
|
echo -e "\nSudo access is needed to change default shell\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user