zsh: disable highlighting pasted test in reverse
This commit is contained in:
parent
3691a3aee1
commit
1a2a5a9132
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue