From: Sergey Matveev Date: Sat, 12 Jun 2021 07:23:14 +0000 (+0300) Subject: Excess lines X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5b0fc42107eafdb2245b90ace5bceaab697628c0;hp=86d6e7cf6cb1a5c1bfa425bac671be4e8b970e86;p=dotfiles.git Excess lines --- 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 {{{