diff --git a/dot_config/fish/conf.d/30-bat.fish.tmpl b/dot_config/fish/conf.d/30-bat.fish.tmpl index ba2840b..a143a8d 100644 --- a/dot_config/fish/conf.d/30-bat.fish.tmpl +++ b/dot_config/fish/conf.d/30-bat.fish.tmpl @@ -15,3 +15,4 @@ end abbr -a B --position anywhere --set-cursor "% | {{ $batcmd }}" abbr -a --position anywhere -- -h "-h 2>&1 | {{ $batcmd }} --plain --language=help" abbr -a --position anywhere -- --help "--help 2>&1 | {{ $batcmd }} --plain --language=help" +abbr -a help --position anywhere "--help 2>&1 | {{ $batcmd }} --plain --language=help"