From e366f48aa5efdae13b74922d1457ca6b0e2d5c89 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 10 Sep 2025 17:15:38 -0600 Subject: source bash for path setting in xsession. fixes emacs path issues --- cwm/.xsession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwm/.xsession b/cwm/.xsession index c3ae68f..02a3970 100644 --- a/cwm/.xsession +++ b/cwm/.xsession @@ -1,7 +1,7 @@ #. $HOME/.kshrc +. $HOME/.bashrc export LC_CTYPE="en_US.UTF-8" export XDG_RUNTIME_DIR=/tmp/run/user/`id -u` -export PATH=$HOME/bin:$PATH mkdir -p $XDG_RUNTIME_DIR # necessary for pinentry-gnome and probably other apps -- cgit v1.2.1