X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zsh%2Frc%2F010git.zsh;h=43333c68865274e117db3e678dbc0c49483d9ec7;hb=bbe1f90666d0383fcbe698f2b16f3e32dc0b8624;hp=bbbc8a7a173b0d81b5d403169ff0c1f98e1c47c1;hpb=fa359371c03d7b0c95761023662e9017c8c461d6;p=dotfiles.git diff --git a/zsh/.zsh/rc/010git.zsh b/zsh/.zsh/rc/010git.zsh index bbbc8a7..43333c6 100644 --- a/zsh/.zsh/rc/010git.zsh +++ b/zsh/.zsh/rc/010git.zsh @@ -11,11 +11,5 @@ 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