]> Sergey Matveev's repositories - dotfiles.git/blob - git/.zsh/rc/010git.zsh
Make zathura configuration file aware
[dotfiles.git] / git / .zsh / rc / 010git.zsh
1 alias Ga="git add"
2 alias Gb="git branch"
3 alias Gc="git checkout"
4 alias Gd="git diff"
5 alias Gdc="git diff --cached"
6 alias gg="git grep "
7 alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep "
8 alias Gl="git log --oneline --graph --decorate=short"
9 alias Gld="git log --date=format:'%F %R' --pretty=format:'%ad %C(auto)%h %s'"
10 alias Gp="git log --patch"
11 alias Gs="git show --show-signature"
12 bindkey -s "\eOR" " git status --short\n" # F3