From 5218c7584169d3d4dec1ac36a67f5e29c673d464 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 12 Feb 2024 03:34:50 -0500 Subject: set path in xprofile apparently this stopped happening automatically at some point? --- xorg/.xprofile | 3 +++ 1 file changed, 3 insertions(+) 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" ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................) & -- cgit v1.2.3-54-g00ecf