Browse Source

Configure GPG_TTY

master
Brett Langdon 8 years ago
parent
commit
5b47a6d7ea
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      zshrc.d/.env.zsh

+ 3
- 0
zshrc.d/.env.zsh View File

@ -34,6 +34,9 @@ export rvm_project_rvmrc=1
# Configure NVM
export NVM_DIR=~/.nvm
# Configure GPG
export GPG_TTY=$(tty)
# Configure Path
PATH="/usr/local/bin:/usr/local/sbin:/sbin:$PATH"
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH:~/.local/bin"


Loading…
Cancel
Save