From 257ae1d4b326c7dfceedde74eb2568e7ffd0b4e8 Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 27 Jul 2025 10:33:24 +0900 Subject: [PATCH] feat(fish): add abbr for reading help --- dot_config/private_fish/abbreviations.fish.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/private_fish/abbreviations.fish.tmpl b/dot_config/private_fish/abbreviations.fish.tmpl index 254b75e..be31d9c 100644 --- a/dot_config/private_fish/abbreviations.fish.tmpl +++ b/dot_config/private_fish/abbreviations.fish.tmpl @@ -254,6 +254,7 @@ end if type -q bat; abbr cat 'bat' + abbr bh 'bat -l help' end if type -q grc;