diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-22 11:24:48 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-22 11:24:48 +0530 |
| commit | 370c5d5a214ed7905cb858fe4939fc5f81c372ac (patch) | |
| tree | 275b028f45f359bde9bd098a225e5e9cb58b3da8 /.config/zsh | |
| parent | 63c5d80ea029f7192f6271db45b30775e3a2d0fd (diff) | |
zsh-fast-syntax-highlighting
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6019eda..8838876 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -65,7 +65,7 @@ bindkey '^e' edit-command-line bindkey '^R' history-incremental-pattern-search-backward #loeading syntax highlighter and autosgguestions plugin. should be last. -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 2>/dev/null source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh cowsay "$(shuf -n 1 ~/.local/share/vocab/words.txt)" |
