Swap zsh plugin order to fix syntax highlighting
This commit is contained in:
parent
43d265bdb0
commit
855c83358d
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
||||||
source $ZDOTDIR/zsh-git-prompt/zshrc.sh
|
source $ZDOTDIR/zsh-git-prompt/zshrc.sh
|
||||||
source $ZDOTDIR/window-title-bar.sh
|
source $ZDOTDIR/window-title-bar.sh
|
||||||
source $ZDOTDIR/git-aliases.sh
|
source $ZDOTDIR/git-aliases.sh
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
||||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
|
||||||
zstyle ':completion:*' completer _complete _ignored
|
zstyle ':completion:*' completer _complete _ignored
|
||||||
|
|
Loading…
Reference in a new issue