aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-23 22:35:32 +0800
committergxlin <[email protected]>2021-06-24 09:59:52 +0800
commit2167ca7190d34e0287a44f9b829dbd5cc7a2d35f (patch)
tree97c4b7224655412eab4bf251b32145e873734305 /.zshrc
parentf456d790b007c3841549ec35a996483135cceec3 (diff)
downloaddotfiles-2167ca7190d34e0287a44f9b829dbd5cc7a2d35f.tar.gz
dotfiles-2167ca7190d34e0287a44f9b829dbd5cc7a2d35f.tar.bz2
dotfiles-2167ca7190d34e0287a44f9b829dbd5cc7a2d35f.zip
Add git-crypt and some config about maildir
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index e96709c..ed96e66 100644
--- a/.zshrc
+++ b/.zshrc
@@ -5,6 +5,7 @@ bindkey -e
EDITOR=vim
export LANG=en_US.UTF-8
+export GPG_KEY=$(tty)
# Edit command line
autoload -U edit-command-line