summaryrefslogtreecommitdiffstats
path: root/xorg/.xprofile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
commitf7783831e91ab7c3262c00ca1bf4007f858c44a8 (patch)
treeb7491bc36c13078b51f21a84468b5fd20ebaf46f /xorg/.xprofile
parentee6d12be691bbf1352422dcf5f96b4f2a1be3e28 (diff)
downloadconf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.tar.gz
conf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.zip
make path setting more consistent
Diffstat (limited to 'xorg/.xprofile')
-rw-r--r--xorg/.xprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/.xprofile b/xorg/.xprofile
index 2b01b23..8f968f8 100644
--- a/xorg/.xprofile
+++ b/xorg/.xprofile
@@ -1,7 +1,7 @@
#!/bin/sh
-PATH="$HOME/.bin/local:$HOME/.bin/$(hostname):$HOME/.bin:$PATH"
-export PATH
+# shellcheck disable=SC1091
+. "${HOME}/.config/sh/rc.d/00path"
eval "$(ssh-agent)"