diff --git a/modules/home-manager/cli/zsh/abbreviations.nix b/modules/home-manager/cli/zsh/abbreviations.nix index 5820aa5f..568add15 100644 --- a/modules/home-manager/cli/zsh/abbreviations.nix +++ b/modules/home-manager/cli/zsh/abbreviations.nix @@ -55,6 +55,7 @@ gplr = "git pull --rebase"; gpo = "git push origin"; gpom = "git push origin main"; + gpt = "git push --tags"; gr = "git rebase"; gra = "git rebase --abort"; grc = "git rebase --continue";