diff --git a/rc/zshrc b/rc/zshrc index 9da700d9..3a5ddcd8 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -687,7 +687,7 @@ if ! hash btraceback 2> /dev/null; then alias less="bat --paging=always" export MANPAGER="sh -c 'sed -u -e \"s/\\x1B\[[0-9;]*m//g; s/.\\x08//g\" | bat -p -lman'" # zsh only! not bash! - alias -g -- -h='-h 2>&1 | bat --language=help --style=plain' + #alias -g -- -h='-h 2>&1 | bat --language=help --style=plain' alias -g -- --help='--help 2>&1 | bat --language=help --style=plain' fi if hash rg 2> /dev/null; then