diff options
author | Guangxiong Lin <[email protected]> | 2021-09-13 20:04:52 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-09-13 20:04:52 +0800 |
commit | 4823af2282b7ae2e0c9f31659721afe7569cdba9 (patch) | |
tree | eda37f20ee8065d218ab2c6d018630d2db7328a0 | |
parent | 4ce8c36e0dfff920b39166a31a465f53495efdf2 (diff) | |
download | dotfiles-4823af2282b7ae2e0c9f31659721afe7569cdba9.tar.gz dotfiles-4823af2282b7ae2e0c9f31659721afe7569cdba9.tar.bz2 dotfiles-4823af2282b7ae2e0c9f31659721afe7569cdba9.zip |
Update gpg related config
-rw-r--r-- | .zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ export EDITOR=vim export LANG=en_US.UTF-8 export GPG_TTY=$(tty) -export GPG_KEY=$(tty) # Edit command line autoload -U edit-command-line |