X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.zsh%2Frc%2F010git.zsh;fp=zsh%2F.zsh%2Frc%2F010git.zsh;h=935a17b8552d1d07c8e7fca79832c38355b82f72;hb=a5c1a639c661455ede437e9b466262e039a53a05;hp=eed04e4acfa7dfd2d1813489cffcdb25d20a6b3e;hpb=af4e9b27e95c8e9a0af8223885148e167ac3a659;p=dotfiles.git diff --git a/zsh/.zsh/rc/010git.zsh b/git/.zsh/rc/010git.zsh similarity index 80% rename from zsh/.zsh/rc/010git.zsh rename to git/.zsh/rc/010git.zsh index eed04e4..935a17b 100644 --- a/zsh/.zsh/rc/010git.zsh +++ b/git/.zsh/rc/010git.zsh @@ -3,8 +3,10 @@ alias Gb="git branch" alias Gc="git checkout" alias Gd="git diff" alias Gdc="git diff --cached" -alias Gs="git show --show-signature" +alias gg="git grep " +alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep " 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 Gs="git show --show-signature" bindkey -s "OR" " git status --short\n" # F3