summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
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 c50f36d..72bdbf5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -82,6 +82,9 @@ 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"
+alias ga="git add"
+alias gc="git commit"
+alias gcm="git commit -m"
# misc
alias pkg-query="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"