feat: standardise git-bug aliases

Amolith created

Change summary

dot_config/git/config.tmpl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

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