From 254338bafd8620053a6bda2baf464e65b683e8b0 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 16 Oct 2025 11:18:02 -0600 Subject: [PATCH] feat: standardise git-bug aliases --- dot_config/git/config.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index f255f79fa805c34e3a321fe6704e0e951732c3bd..ccbd4b32e7efe48bead74266ca8f1b0be19e5f09 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -18,9 +18,9 @@ ps = push pl = pull bugs = bug bug - create-bug = bug bug new - push-bugs = !fish -c 'git-bug-push' - pull-bugs = !fish -c 'git-bug-pull' + bugs-create = bug bug new + bugs-push = !fish -c 'git-bug-push' + bugs-pull = !fish -c 'git-bug-pull' [user] name = Amolith email = amolith@secluded.site