summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-12 03:34:50 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-12 03:34:50 -0500
commit5218c7584169d3d4dec1ac36a67f5e29c673d464 (patch)
tree7eb12c207bbd1da090969d011c7f88f99edc5162
parentda20ca3a6f90b64e82f7873c432f01164816ac6e (diff)
downloadconf-5218c7584169d3d4dec1ac36a67f5e29c673d464.tar.gz
conf-5218c7584169d3d4dec1ac36a67f5e29c673d464.zip
set path in xprofile
apparently this stopped happening automatically at some point?
-rw-r--r--xorg/.xprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg/.xprofile b/xorg/.xprofile
index cc5d759..04e2fa3 100644
--- a/xorg/.xprofile
+++ b/xorg/.xprofile
@@ -1,5 +1,8 @@
#!/bin/sh
+PATH="$HOME/.bin/local:$HOME/.bin/$(hostname):$HOME/.bin:$PATH"
+export PATH
+
eval "$(ssh-agent)"
pidof svscan || (svscan "$HOME"/.services/enabled 2>&1 | readproctitle "$USER" ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................) &