X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=21db9e76300642d692d778e6d4e7a80d9134e65a;hb=b6488036e4c060e7f186212eeed148c2996abc2a;hp=8a66912650cac1817e04a77182edf198dd3a664e;hpb=5e0079d9a49cd1d132548dcbc9bd464406037bc4;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8a66912..21db9e7 100644 --- a/etc/zsh/zshrc +++ b/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