fish: add abbr for hledger

This commit is contained in:
inkch 2025-01-14 15:27:56 +09:00
parent baa6a284b6
commit f0cedaa4a2

View File

@ -411,3 +411,7 @@ end
if type -q chezmoi if type -q chezmoi
abbr cz chezmoi abbr cz chezmoi
end end
if type -q hledger
abbr hl hledger
end