aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-05-10 08:39:35 -0300
committerEuAndreh <eu@euandre.org>2023-05-10 08:39:35 -0300
commitf073e6433518264d15fc7699b190b48258633b7e (patch)
tree623eff90a829964256db9f1b68e41943f70bd536 /etc
parentetc/guix/home.scm: Add "python-pyopencl" package (diff)
downloaddotfiles-f073e6433518264d15fc7699b190b48258633b7e.tar.gz
dotfiles-f073e6433518264d15fc7699b190b48258633b7e.tar.xz
etc/sh/rc: Make sure /run/setuid-programs is always at the beginning of $PATH
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index e2888cc..3b26de3 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -111,6 +111,8 @@ for d in "$XDG_PREFIX"/opt/bin-dirs/*; do
path_add PATH "$PATH" "$d"
done
+PATH="/run/setuid-programs:$PATH"
+
#