diff dot_zshrc @ 657:3b903fda0c14

disable pasted text highlighting in zsh
author zegervdv <zegervdv@me.com>
date Sat, 24 Sep 2022 15:44:37 +0000
parents 4a311e2f0e70
children 77f3f615e4bf
line wrap: on
line diff
--- a/dot_zshrc	Sat Sep 24 15:41:35 2022 +0000
+++ b/dot_zshrc	Sat Sep 24 15:44:37 2022 +0000
@@ -106,6 +106,8 @@
 setopt notify
 REPORTTIME=5
 
+zle_highlight=('paste:none')
+
 HISTSIZE=3000
 SAVEHIST=3000
 HISTFILE=~/.zsh_history