Use faster syntax highlighting

This commit is contained in:
Jake Howard 2023-02-17 22:57:45 +00:00
parent 5facc1b786
commit 33a70e2943
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ export COMPLETION_WAITING_DOTS="true"
# Enable oh-my-zsh # Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh 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) export fpath=(/usr/share/zsh/site-functions $fpath)
autoload -U compinit && rm -f ~/.zcompdump && compinit autoload -U compinit && rm -f ~/.zcompdump && compinit

View file

@ -40,7 +40,7 @@
- zsh - zsh
- zsh-completions - zsh-completions
- zsh-doc - zsh-doc
- zsh-syntax-highlighting - zsh-fast-syntax-highlighting
- name: Install ZSH config - name: Install ZSH config
template: template: