From f7783831e91ab7c3262c00ca1bf4007f858c44a8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Feb 2024 22:44:57 -0500 Subject: make path setting more consistent --- xorg/.xprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xorg/.xprofile') 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)" -- cgit v1.2.3-54-g00ecf