X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=7222619ca0b86c08de528ba30bc082951f3174a2;hb=363110875986d10c37122e5b430f357520504d8a;hp=dde2ebbc9effbc43abed62ff60f266f4df30bf15;hpb=b06a2490aa886a533385a2b20bcac9cd1e0e712e;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index dde2ebb..7222619 100644 --- a/zsh/rc +++ b/zsh/rc @@ -996,6 +996,11 @@ if [[ $LD_PRELOAD != *libcoloredstderr.so* ]]; then printf '\e[91m%s\e[0m' $line print -n $'\0' done &) + + # Reset doesn't work with this hack. + reset() { + command reset "$@" 2>&1 + } fi fi