From 7939d82a450c11f595ecb66c84712826c3855911 Mon Sep 17 00:00:00 2001 From: self Date: Thu, 21 Jul 2022 16:06:44 +0100 Subject: gp -> git push --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8104a48..9eb2dfe 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -193,7 +193,7 @@ abbrev-alias gco="git checkout" abbrev-alias gcom="git checkout master" abbrev-alias gbd="git branch -d" abbrev-alias gp="git push" -abbrev-alias gpa="gp origin && gp github && gp gitlab" +abbrev-alias gpa="git push origin && git push github && git push gitlab" abbrev-alias gpl="git pull" abbrev-alias gs="git status" abbrev-alias ga="git add" -- cgit v1.2.1