X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zsh%2Frc%2F010git.zsh;h=eed04e4acfa7dfd2d1813489cffcdb25d20a6b3e;hb=af4e9b27e95c8e9a0af8223885148e167ac3a659;hp=43333c68865274e117db3e678dbc0c49483d9ec7;hpb=bbe1f90666d0383fcbe698f2b16f3e32dc0b8624;p=dotfiles.git diff --git a/zsh/.zsh/rc/010git.zsh b/zsh/.zsh/rc/010git.zsh index 43333c6..eed04e4 100644 --- a/zsh/.zsh/rc/010git.zsh +++ b/zsh/.zsh/rc/010git.zsh @@ -1,15 +1,10 @@ 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" bindkey -s "OR" " git status --short\n" # F3 -export TOG_COLORS=1