From 04f6650ce23165de4bd13c864c955f2682c4a719 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 6 May 2026 17:46:15 -0300 Subject: etc/sh/rc: Add ~/.local/bin to $PATH --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/sh/rc b/etc/sh/rc index 4b610fad..457068d0 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" -- cgit v1.3