move KEY_TYPE and KEYID to local configs
This commit is contained in:
parent
38c1b3fcc5
commit
15791ecd96
2 changed files with 2 additions and 3 deletions
|
@ -9,3 +9,4 @@ export QT_IM_MODULE=ibus
|
|||
export SDL_IM_MODULE=ibus
|
||||
export GLFW_IM_MODULE=ibus
|
||||
export XMODIFIERS=@im=ibus
|
||||
|
||||
|
|
4
.zshrc
4
.zshrc
|
@ -425,10 +425,8 @@ alias nvim="load_nvm&&nvim"
|
|||
# zprof
|
||||
|
||||
# gpg is cool actually
|
||||
|
||||
# you need to set KEY_TYPE and KEYID
|
||||
# crypto stuff with my gpg keys
|
||||
export KEY_TYPE=ed25519
|
||||
export KEYID=0E777B31ACC5B69B7096C050A466E5C5D6792EE9
|
||||
gpgencrypt() {
|
||||
# Encrypt with progress indicator
|
||||
gpg --encrypt --armor \
|
||||
|
|
Loading…
Add table
Reference in a new issue