From 72984d470b04c3b00fe6bc5d5c448aa8d7d7bb37 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sat, 13 Apr 2019 02:44:22 +0200 Subject: [PATCH] update zshrc --- zsh/etc/zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/etc/zsh/zshrc b/zsh/etc/zsh/zshrc index 8a66912..21db9e7 100644 --- a/zsh/etc/zsh/zshrc +++ b/zsh/etc/zsh/zshrc @@ -3733,6 +3733,9 @@ if check_com -c hg ; then fi # end of check whether we have the 'hg'-executable +# disable bracketed paste mode for dumb terminals +[[ "$TERM" == dumb ]] && unset zle_bracketed_paste + # grml-small cleanups and workarounds # The following is used to remove zsh-config-items that do not work