changeset 657:3b903fda0c14

disable pasted text highlighting in zsh
author zegervdv <zegervdv@me.com>
date Sat, 24 Sep 2022 15:44:37 +0000
parents 505cc6e2fddf
children 77f3f615e4bf
files dot_zshrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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