]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/010git.zsh
Move argumentless aliases to lazy functions
[dotfiles.git] / zsh / .zsh / rc / 010git.zsh
index a3cf59df6eb12c2c21cf392c62a8c3817004f7b6..eed04e4acfa7dfd2d1813489cffcdb25d20a6b3e 100644 (file)
@@ -4,10 +4,7 @@ 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 Gr="git remote -v"
-
+alias Gp="git log --patch"
 bindkey -s "\eOR" " git status --short\n" # F3