diff --git a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
index 143ad365..1e005b0c 100644
--- a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
+++ b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
@@ -35,14 +35,14 @@ abbr gls="git log --stat"
 abbr gm="git merge"
 abbr gmf="git merge --ff"
 abbr gmnf="git merge --no-ff"
+abbr gp="git push"
+abbr gpa="git push acquia"
+abbr gpam="git push acquia main"
+abbr gpap="git push acquia HEAD:production"
 abbr gpl="git pull"
 abbr gplr="git pull --rebase"
-abbr gps="git push"
-abbr gpsa="git push acquia"
-abbr gpsam="git push acquia main"
-abbr gpsap="git push acquia HEAD:production"
-abbr gpso="git push origin"
-abbr gpsom="git push origin main"
+abbr gpo="git push origin"
+abbr gpom="git push origin main"
 abbr gr="git rebase"
 abbr gra="git rebase --abort"
 abbr grc="git rebase --continue"