feat(fish): add abbr for reading help

This commit is contained in:
inkch
2025-07-27 10:33:24 +09:00
parent 9c90547b6b
commit 257ae1d4b3

View File

@@ -254,6 +254,7 @@ end
if type -q bat;
abbr cat 'bat'
abbr bh 'bat -l help'
end
if type -q grc;