diff options
| author | EuAndreh <eu@euandre.org> | 2023-05-10 08:39:35 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-05-10 08:39:35 -0300 |
| commit | f073e6433518264d15fc7699b190b48258633b7e (patch) | |
| tree | 623eff90a829964256db9f1b68e41943f70bd536 /etc | |
| parent | etc/guix/home.scm: Add "python-pyopencl" package (diff) | |
| download | dotfiles-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/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ for d in "$XDG_PREFIX"/opt/bin-dirs/*; do path_add PATH "$PATH" "$d" done +PATH="/run/setuid-programs:$PATH" + # |
