From aa43e4e1c78ed92e45c4d7f8cc83a8bb558f43e7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 21 Nov 2025 05:06:54 -0800 Subject: session: dotfiles sync and GPG/Emacs auth debugging Synced various dotfile configs (calibre, audacious, profile.d, xinitrc). Diagnosed and fixed Emacs/GPG auth issue by disabling systemd emacs.service which lacked DISPLAY environment for pinentry-dmenu. --- dotfiles/system/.profile.d/zoxide.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 dotfiles/system/.profile.d/zoxide.sh (limited to 'dotfiles/system/.profile.d/zoxide.sh') diff --git a/dotfiles/system/.profile.d/zoxide.sh b/dotfiles/system/.profile.d/zoxide.sh old mode 100644 new mode 100755 index a748043..8bbb86b --- a/dotfiles/system/.profile.d/zoxide.sh +++ b/dotfiles/system/.profile.d/zoxide.sh @@ -8,4 +8,4 @@ eval "$(zoxide init zsh)" # Alias cd to use zoxide -alias cd="z" +# alias cd="z" -- cgit v1.2.3