From a2773772526dec083289f475dd2d45937495ffa8 Mon Sep 17 00:00:00 2001 From: otg Date: Tue, 15 Feb 2022 17:52:55 +0000 Subject: Some update to zshrc --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 0424138..3948eea 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -82,6 +82,9 @@ 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 gpl="git pull" # TODO: might be ambiguous with multiple remotes +alias gs="git status" # misc alias pkg-query="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'" -- cgit v1.2.1