]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Gm must be useful in non git root
[dotfiles.git] / zsh / .zshrc
index 95d8f911afb9668d9201465cce73710c704fe19f..a42a351d2b21c8f1aa9a08c1c5045e2688ce2aa2 100644 (file)
@@ -116,7 +116,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"
+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'"