From 8764cb7d9e4eb51b105778cc64aadce6216823b3 Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 27 Jul 2025 10:33:56 +0900 Subject: [PATCH] feat(fish): add chezmoi abbr --- dot_config/private_fish/abbreviations.fish.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_config/private_fish/abbreviations.fish.tmpl b/dot_config/private_fish/abbreviations.fish.tmpl index be31d9c..65298d3 100644 --- a/dot_config/private_fish/abbreviations.fish.tmpl +++ b/dot_config/private_fish/abbreviations.fish.tmpl @@ -413,7 +413,10 @@ if type -q mcomix end if type -q chezmoi - abbr cz chezmoi + abbr cz 'chezmoi' + abbr czd 'chezmoi diff' + abbr cza 'chezmoi apply' + abbr czc 'chezmoi cd' end if type -q hledger