Skip to content

Commit 3957685

Browse files
kRHYME7rubiin
authored andcommitted
remove -h
1 parent 490f500 commit 3957685

File tree

1 file changed

+0
-1
lines changed
  • Configs/.config/zsh/functions

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
if command -v "bat" &>/dev/null; then
22
#! 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'
43
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain --paging=never --color always'
54
alias cat='bat --style=plain --paging=never --color auto'
65
fi

0 commit comments

Comments
 (0)