From 2ccdcfbbd7684d90d650fa27e935fb6983147d6d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 3 Mar 2026 22:13:49 -0600 Subject: update doom, gpg, and zshrc --- common/doom/.config/doom/init.el | 1 + common/gnupg/.gnupg/gpg-agent.conf | 1 + common/zsh/.zshrc | 1 + 3 files changed, 3 insertions(+) (limited to 'common') diff --git a/common/doom/.config/doom/init.el b/common/doom/.config/doom/init.el index 2f9b817..b7f055c 100644 --- a/common/doom/.config/doom/init.el +++ b/common/doom/.config/doom/init.el @@ -66,6 +66,7 @@ :lang data ; config/data formats emacs-lisp ; drown in parentheses + go json ; At least it ain't XML javascript ; all(hope(abandon(ye(who(enter(here)))))) markdown ; writing docs for people to ignore diff --git a/common/gnupg/.gnupg/gpg-agent.conf b/common/gnupg/.gnupg/gpg-agent.conf index 57e2bec..b1902a9 100644 --- a/common/gnupg/.gnupg/gpg-agent.conf +++ b/common/gnupg/.gnupg/gpg-agent.conf @@ -1,2 +1,3 @@ pinentry-program /usr/bin/pinentry-curses allow-loopback-pinentry +pinentry-program /opt/homebrew/bin/pinentry-mac diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index 21304c8..cf2898b 100644 --- a/common/zsh/.zshrc +++ b/common/zsh/.zshrc @@ -64,6 +64,7 @@ HISTSIZE=30000 SAVEHIST=30000 setopt SHARE_HISTORY setopt HIST_IGNORE_ALL_DUPS +setopt HIST_IGNORE_SPACE setopt HIST_REDUCE_BLANKS # ============================================================================== -- cgit v1.2.3