diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2016-01-16 01:41:53 +0100 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2016-01-16 01:41:53 +0100 |
| commit | b52be887c43e7c63b0414534141ebe7a44c6855e (patch) | |
| tree | 0e0d51e6f73ce25169b66ccd65cea9e3d29ff5f6 | |
| parent | e4fc37a864256ee358b6425c7fc004b976d5b090 (diff) | |
.zshenv: Set GPG_TTY
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
| -rw-r--r-- | dot.zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ export GOPATH=~/.go/ export LESS="FSRX" export PATH=${PATH/::/:} +export GPG_TTY=$(tty) |
