You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#! alias -g -- h='-h 2>&1 | bat --language=help --style=plain --paging=never --color always' # <--- this is discouraged! This conflicts with posix -h test operator
3
-
alias -g -- :B='-h 2>&1 | bat --language=help --style=plain --paging=never --color always'
4
3
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain --paging=never --color always'
5
4
alias cat='bat --style=plain --paging=never --color auto'
0 commit comments