Added new gpg config for mu4e and fixed small typo

This commit is contained in:
Jaden Provost Maxwell-Comfort 2024-03-01 10:40:57 -08:00
parent 8f0cf9ed9b
commit 34a60f2fb9
2 changed files with 2 additions and 1 deletions

1
.gnupg/gpg-agent.conf Normal file
View File

@ -0,0 +1 @@
allow-loopback-pinentry

2
.zshrc
View File

@ -207,7 +207,7 @@ if [ -f "/usr/share/fzf/key-bindings.zsh" ]; then
elif [ -f /opt/homebrew/Cellar/fzf/*/shell/key-bindings.zsh ]; then elif [ -f /opt/homebrew/Cellar/fzf/*/shell/key-bindings.zsh ]; then
source /opt/homebrew/Cellar/fzf/*/shell/key-bindings.zsh source /opt/homebrew/Cellar/fzf/*/shell/key-bindings.zsh
else else
echo "key-bidings.zsh not installed" echo "key-bindings.zsh not installed"
fi fi
if [ -f "/usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh" ]; then if [ -f "/usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh" ]; then