From 15791ecd965a1daa50f1351cb324cf12cd5b29cf Mon Sep 17 00:00:00 2001 From: cscherr Date: Thu, 10 Apr 2025 14:15:20 +0200 Subject: [PATCH] move KEY_TYPE and KEYID to local configs --- .zprofile | 1 + .zshrc | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.zprofile b/.zprofile index b7c000d..a216ff2 100644 --- a/.zprofile +++ b/.zprofile @@ -9,3 +9,4 @@ export QT_IM_MODULE=ibus export SDL_IM_MODULE=ibus export GLFW_IM_MODULE=ibus export XMODIFIERS=@im=ibus + diff --git a/.zshrc b/.zshrc index 2dac0ab..676c580 100644 --- a/.zshrc +++ b/.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 \