Use faster syntax highlighting
This commit is contained in:
parent
5facc1b786
commit
33a70e2943
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ export COMPLETION_WAITING_DOTS="true"
|
|||
# Enable oh-my-zsh
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||
export fpath=(/usr/share/zsh/site-functions $fpath)
|
||||
|
||||
autoload -U compinit && rm -f ~/.zcompdump && compinit
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
- zsh
|
||||
- zsh-completions
|
||||
- zsh-doc
|
||||
- zsh-syntax-highlighting
|
||||
- zsh-fast-syntax-highlighting
|
||||
|
||||
- name: Install ZSH config
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue