Allow gpg to be its awesome self
This commit is contained in:
parent
7a3707c850
commit
107b0ae696
1 changed files with 1 additions and 4 deletions
5
zshrc
5
zshrc
|
@ -59,6 +59,7 @@ export HISTFILE="$HOME/.zsh_history"
|
||||||
export HISTSIZE=3000
|
export HISTSIZE=3000
|
||||||
export SAVEHIST=$HISTSIZE
|
export SAVEHIST=$HISTSIZE
|
||||||
export PATH="${HOME}/bin:$PATH"
|
export PATH="${HOME}/bin:$PATH"
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# Android SDK
|
# Android SDK
|
||||||
if [ -d ${HOME}/bin/android-sdk ]; then
|
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
|
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d ${HOME}/bin/YaTools ]; then
|
|
||||||
export PATH="${HOME}/bin/YaTools:${PATH}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# iTerm2 integration, only if detected as installed
|
# iTerm2 integration, only if detected as installed
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue