From 6e897dfe0bb888068cd9fbad3e1e50bd068a90a1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 10 Dec 2024 09:13:31 +0000 Subject: [PATCH] Update abbreviations --- .../home-manager/features/cli/zsh/abbreviations.zsh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh index 143ad36..1e005b0 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"