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 | 1 + 1 file changed, 1 insertion(+) (limited to 'dotfiles/system/.profile') diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 0dbaef6..28348c0 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -81,6 +81,7 @@ alias stext="/opt/sublime_text/sublime_text" alias stow="stow --target=/home/cjennings" # required as dotfiles are in non-standard location alias sysupgrade="topgrade" alias vim="nvim" +alias et="emacs -nw" alias weather="wego" alias whereami="curl ipinfo.io" alias xterm="xterm -ti 340" -- cgit v1.2.3