Files
dotfiles/zsh/.local/share/zsh/functions/bh
2025-12-28 18:38:38 +00:00

5 lines
110 B
Plaintext

# Wrap common commands or use a generic 'bh' (bat-help) function
bh() {
"$@" --help 2>&1 | bat -pl help
}