From 107b0ae696a944d7fa8e7a954806b2f54d8ef363 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 12 Aug 2019 04:58:31 +0000 Subject: [PATCH] Allow gpg to be its awesome self --- zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zshrc b/zshrc index 708e396..905a3ec 100644 --- a/zshrc +++ b/zshrc @@ -59,6 +59,7 @@ export HISTFILE="$HOME/.zsh_history" export HISTSIZE=3000 export SAVEHIST=$HISTSIZE export PATH="${HOME}/bin:$PATH" +export GPG_TTY=$(tty) # Android SDK if [ -d ${HOME}/bin/android-sdk ]; then @@ -71,10 +72,6 @@ if [ -d ${HOME}/bin/google-cloud-sdk ]; then source ${HOME}/bin/google-cloud-sdk/path.zsh.inc fi -if [ -d ${HOME}/bin/YaTools ]; then - export PATH="${HOME}/bin/YaTools:${PATH}" -fi - # iTerm2 integration, only if detected as installed test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"