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