From 5b0fc42107eafdb2245b90ace5bceaab697628c0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 12 Jun 2021 10:23:14 +0300 Subject: [PATCH] Excess lines --- zsh/.zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7af4ea4..ee4704c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -121,7 +121,6 @@ alias Gdc="git diff --cached" alias Gs="git show --show-signature" alias Gm="git diff --name-only --diff-filter=M" alias Gam="git commit --amend" - alias Gl="git log --oneline --graph --decorate=short" alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" @@ -150,8 +149,7 @@ alias gg="git grep " # }}} # GPG agent {{{ -GPG_TTY=$(tty) -export GPG_TTY +export GPG_TTY=$(tty) # }}} # Virtualenv {{{ -- 2.44.0