aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2025-09-10 17:15:38 -0600
committerjason2025-09-10 17:15:38 -0600
commite366f48aa5efdae13b74922d1457ca6b0e2d5c89 (patch)
tree19fdb8553ea7e6974540e7d5e9ea170db7ec4e96
parent218c80aab6b17ab2b5559b525fe5b48887cd0471 (diff)
downloaddotfiles-e366f48aa5efdae13b74922d1457ca6b0e2d5c89.tar.gz
dotfiles-e366f48aa5efdae13b74922d1457ca6b0e2d5c89.zip
source bash for path setting in xsession. fixes emacs path issues
-rw-r--r--cwm/.xsession2
1 files changed, 1 insertions, 1 deletions
diff --git a/cwm/.xsession b/cwm/.xsession
index c3ae68f..02a3970 100644
--- a/cwm/.xsession
+++ b/cwm/.xsession
@@ -1,7 +1,7 @@
1#. $HOME/.kshrc 1#. $HOME/.kshrc
2. $HOME/.bashrc
2export LC_CTYPE="en_US.UTF-8" 3export LC_CTYPE="en_US.UTF-8"
3export XDG_RUNTIME_DIR=/tmp/run/user/`id -u` 4export XDG_RUNTIME_DIR=/tmp/run/user/`id -u`
4export PATH=$HOME/bin:$PATH
5mkdir -p $XDG_RUNTIME_DIR 5mkdir -p $XDG_RUNTIME_DIR
6 6
7# necessary for pinentry-gnome and probably other apps 7# necessary for pinentry-gnome and probably other apps