diff options
author | Guangxiong Lin <[email protected]> | 2021-09-05 22:43:54 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-09-05 22:43:54 +0800 |
commit | 0df1188f17268ca5f35d763466d310873446aed3 (patch) | |
tree | 45e6181204d89924a37d732e7c9063dc8df410a6 | |
parent | 2263e57785e65090fca3953c0d20865322f72aba (diff) | |
download | dotfiles-0df1188f17268ca5f35d763466d310873446aed3.tar.gz dotfiles-0df1188f17268ca5f35d763466d310873446aed3.tar.bz2 dotfiles-0df1188f17268ca5f35d763466d310873446aed3.zip |
Update gpg related config
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ export VISUAL=vim export EDITOR=vim export LANG=en_US.UTF-8 +export GPG_TTY=$(tty) export GPG_KEY=$(tty) # Edit command line |