alias Ga="git add" alias Gb="git branch" alias Gc="git checkout" alias Gd="git diff" alias Gdc="git diff --cached" alias Gs="git show --show-signature" alias Gl="git log --oneline --graph --decorate=short" alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" alias Gp="git log --patch" bindkey -s "OR" " git status --short\n" # F3