Compare commits

..

1 Commits

Author SHA1 Message Date
ceca7f1438 Use fast-syntax-highlighting
Replace zsh-syntax-highlighting plugin with the improved
fast-syntax-highlighting, faster and more accurate.
2018-07-19 23:52:19 +01:00

3
zshrc
View File

@ -27,6 +27,9 @@ source-plugin autoenv
# Build system helper commands
source-plugin build
# Disable non end-of-line autosuggest accept widgets
ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(end-of-line vi-end-of-line)
# Remove duplicates from history
setopt hist_ignore_all_dups
setopt hist_reduce_blanks