diff --git a/dot_config/private_fish/abbreviations.fish.tmpl b/dot_config/private_fish/abbreviations.fish.tmpl index 4b6f070..92d78f3 100644 --- a/dot_config/private_fish/abbreviations.fish.tmpl +++ b/dot_config/private_fish/abbreviations.fish.tmpl @@ -411,3 +411,7 @@ end if type -q chezmoi abbr cz chezmoi end + +if type -q hledger + abbr hl hledger +end