summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorotg <self@sateoki.xyz>2022-02-15 17:52:55 +0000
committerotg <self@sateoki.xyz>2022-02-15 17:52:55 +0000
commita2773772526dec083289f475dd2d45937495ffa8 (patch)
tree0bf08adc51946a2b33b69a8133710598cbaa214b /zsh/.zshrc
parent538fc348552b17f363674b1506a3ac36c3d86098 (diff)
Some update to zshrc
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
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)'"