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