zsh-fast-syntax-highlighting

This commit is contained in:
krolyxon 2022-07-22 11:24:48 +05:30
parent 63c5d80ea0
commit 370c5d5a21
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ bindkey '^e' edit-command-line
bindkey '^R' history-incremental-pattern-search-backward bindkey '^R' history-incremental-pattern-search-backward
#loeading syntax highlighter and autosgguestions plugin. should be last. #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 source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
cowsay "$(shuf -n 1 ~/.local/share/vocab/words.txt)" cowsay "$(shuf -n 1 ~/.local/share/vocab/words.txt)"