Allow gpg to be its awesome self

This commit is contained in:
Spotlight 2019-08-12 04:58:31 +00:00
parent 7a3707c850
commit 107b0ae696
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

5
zshrc
View file

@ -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"