We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea002ac commit 638e997Copy full SHA for 638e997
Configs/.config/fish/config.fish
@@ -48,9 +48,9 @@ if type -q eza
48
end
49
50
if type -q bat
51
- abbr -a --position anywhere -- --help '--help | bat --language=help --style=plain --paging=never'
52
- abbr -a --position anywhere -- -h '-h | bat --language=help --style=plain --paging=never'
53
- abbr cat 'bat --style=plain --paging=never'
+ abbr -a --position anywhere -- --help '--help | bat --language=help --style=plain --paging=never --color always'
+ abbr -a --position anywhere -- -h '-h | bat --language=help --style=plain --paging=never --color always'
+ abbr cat 'bat --style=plain --paging=never --color auto'
54
55
56
# Directory navigation shortcuts
0 commit comments