diff options
author | otg <self@sateoki.xyz> | 2022-02-15 17:52:55 +0000 |
---|---|---|
committer | otg <self@sateoki.xyz> | 2022-02-15 17:52:55 +0000 |
commit | a2773772526dec083289f475dd2d45937495ffa8 (patch) | |
tree | 0bf08adc51946a2b33b69a8133710598cbaa214b /zsh | |
parent | 538fc348552b17f363674b1506a3ac36c3d86098 (diff) |
Some update to zshrc
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)'" |