summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 642abe1..14d5b8a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -117,7 +117,7 @@ alias gco="git checkout"
alias gcom="git checkout master"
alias gdb="git branch -d"
alias gp="git push"
-alias gpa="git push origin && git push github && git push gitlab"
+alias gpa="gp origin && gp github && gp gitlab"
alias gpl="git pull" # TODO: might be ambiguous with multiple remotes
alias gs="git status"
alias ga="git add"