X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=ee4704c16afa3b87082f3a627b863c203e303142;hb=5b0fc42107eafdb2245b90ace5bceaab697628c0;hp=7af4ea4f951cec43a3ba20fbcbd9ff39796b828a;hpb=86d6e7cf6cb1a5c1bfa425bac671be4e8b970e86;p=dotfiles.git 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 {{{