zsh: disable highlighting pasted test in reverse

This commit is contained in:
Daniel Lundin 2023-07-01 10:14:36 +02:00
parent 3691a3aee1
commit 1a2a5a9132

3
.zshrc
View file

@ -22,6 +22,9 @@ zi load nix-community/nix-zsh-completions
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path ~/.zsh/cache
# Highlighting
zle_highlight=('paste:none')
## History
HISTSIZE=50000
SAVEHIST=50000