summaryrefslogtreecommitdiffstats
path: root/xorg/.xprofile
diff options
context:
space:
mode:
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)"