From 156214194e82f4c8c3cec765250a80cbbf8746c6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 16 Sep 2020 12:45:06 +0300 Subject: [PATCH] Show git signature only during git-show --- git/.gitconfig | 1 - zsh/.zshrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index f4045b6..0263b61 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -21,7 +21,6 @@ whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof [log] date = iso8601 - showSignature = true [push] default = current [rebase] diff --git a/zsh/.zshrc b/zsh/.zshrc index 42dbbb4..5da7258 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -116,7 +116,7 @@ alias Ga="git add" alias Gb="git branch" alias Gc="git checkout" alias Gd="git diff" -alias Gs="git show" +alias Gs="git show --show-signature" alias Gm="git diff --name-only --diff-filter=M" alias Gam="git commit --amend" -- 2.44.0