From 34a60f2fb967f444d12e2b88b1e705f164649ac6 Mon Sep 17 00:00:00 2001 From: Jaden Provost Maxwell-Comfort Date: Fri, 1 Mar 2024 10:40:57 -0800 Subject: [PATCH] Added new gpg config for mu4e and fixed small typo --- .gnupg/gpg-agent.conf | 1 + .zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gnupg/gpg-agent.conf diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..d1b6ae3 --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1 @@ +allow-loopback-pinentry diff --git a/.zshrc b/.zshrc index 2e0852e..8614ca4 100644 --- a/.zshrc +++ b/.zshrc @@ -207,7 +207,7 @@ if [ -f "/usr/share/fzf/key-bindings.zsh" ]; then elif [ -f /opt/homebrew/Cellar/fzf/*/shell/key-bindings.zsh ]; then source /opt/homebrew/Cellar/fzf/*/shell/key-bindings.zsh else - echo "key-bidings.zsh not installed" + echo "key-bindings.zsh not installed" fi if [ -f "/usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh" ]; then