aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-05-06 17:46:15 -0300
committerEuAndreh <eu@euandre.org>2026-05-06 17:46:15 -0300
commit04f6650ce23165de4bd13c864c955f2682c4a719 (patch)
tree687f3ca79c1d827a47624239ca948f8318cc8935 /etc/sh/rc
parentetc/sh/rc: Remove $POSIXLY_CORRECT, as it breaks many things (diff)
downloaddotfiles-main.tar.gz
dotfiles-main.tar.xz
etc/sh/rc: Add ~/.local/bin to $PATHHEADmain
Diffstat (limited to '')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 4b610fa..457068d 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -187,7 +187,7 @@ for d in "$XDG_PREFIX"/opt/bin-dirs/*; do
path_add PATH "$PATH" "$d"
done
-PATH="/run/setuid-programs:/run/wrappers/bin:$XDG_PREFIX/bin:$PREFIX/bin:$PATH"
+PATH="/run/setuid-programs:/run/wrappers/bin:$XDG_PREFIX/bin:$HOME/.local/bin:$PREFIX/bin:$PATH"