From d38309810f2c05251de898c564424f447a742306 Mon Sep 17 00:00:00 2001 From: Amand Tihon Date: Wed, 27 Jan 2016 17:23:55 +0100 Subject: [PATCH] Disable pastes highlights in zle --- S10_zshopts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/S10_zshopts b/S10_zshopts index b722e4c..7da5e3f 100644 --- a/S10_zshopts +++ b/S10_zshopts @@ -13,6 +13,9 @@ autoload -U colors colors setopt prompt_subst +# Don't highlight pasted text +zle_highlight=(paste:none) + autoload -U zargs typeset -ga preexec_functions -- 2.39.2