From: Sergey Matveev Date: Fri, 2 Jul 2021 07:36:52 +0000 (+0300) Subject: Gm must be useful in non git root X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=5ae8af585c2bf2806169636668247ef5c5ee07b1 Gm must be useful in non git root --- diff --git a/zsh/.zshrc b/zsh/.zshrc index 95d8f91..a42a351 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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'"