alias Ga="git add" alias Gb="git branch" alias Gbr="git branch --remote" alias Gc="git checkout" alias Gd="git diff" alias Gdc="git diff --cached" alias Gs="git show --show-signature" alias Gm="git diff --name-only --diff-filter=M --relative" alias Gam="git commit --amend" alias Gl="git log --oneline --graph --decorate=short" alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" alias Gp="git log --patch" alias Gr="git remote -v" Gg() { git log -i --grep=$1 } bindkey -s "OR" " git status --short\n" # F3 export TOG_COLORS=1