Enable `bat`
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M user/zsh/zshrc → user/zsh/zshrc
@@ -169,3 +169,8 @@ tere() { local result=$(command tere "$@") [ -n "$result" ] && cd -- "$result" } + +alias bathelp='bat --plain --language=help' +help() { + "$@" --help 2>&1 | bathelp +}