From f0cedaa4a22b9fd605b1a4d99c9d30f685a0d6a4 Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 14 Jan 2025 15:27:56 +0900 Subject: [PATCH] fish: add abbr for hledger --- dot_config/private_fish/abbreviations.fish.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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