move KEY_TYPE and KEYID to local configs

This commit is contained in:
cscherr 2025-04-10 14:15:20 +02:00
parent 38c1b3fcc5
commit 15791ecd96
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7
2 changed files with 2 additions and 3 deletions

View file

@ -9,3 +9,4 @@ export QT_IM_MODULE=ibus
export SDL_IM_MODULE=ibus export SDL_IM_MODULE=ibus
export GLFW_IM_MODULE=ibus export GLFW_IM_MODULE=ibus
export XMODIFIERS=@im=ibus export XMODIFIERS=@im=ibus

4
.zshrc
View file

@ -425,10 +425,8 @@ alias nvim="load_nvm&&nvim"
# zprof # zprof
# gpg is cool actually # gpg is cool actually
# you need to set KEY_TYPE and KEYID
# crypto stuff with my gpg keys # crypto stuff with my gpg keys
export KEY_TYPE=ed25519
export KEYID=0E777B31ACC5B69B7096C050A466E5C5D6792EE9
gpgencrypt() { gpgencrypt() {
# Encrypt with progress indicator # Encrypt with progress indicator
gpg --encrypt --armor \ gpg --encrypt --armor \