summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/core/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix
index 56710c8..f3a2500 100644
--- a/profiles/core/home.nix
+++ b/profiles/core/home.nix
@@ -320,6 +320,7 @@
export EDITOR="nvim"
export TERMINAL="st"
export PATH="''${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
+ export PASSWORD_STORE_GPG_OPTS='--no-throw-keyids'
# Workarounds for completion here...
command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init zsh)"