diff options
| author | EuAndreh <eu@euandre.org> | 2026-05-06 17:46:15 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-05-06 17:46:15 -0300 |
| commit | 04f6650ce23165de4bd13c864c955f2682c4a719 (patch) | |
| tree | 687f3ca79c1d827a47624239ca948f8318cc8935 /etc/sh/rc | |
| parent | etc/sh/rc: Remove $POSIXLY_CORRECT, as it breaks many things (diff) | |
| download | dotfiles-main.tar.gz dotfiles-main.tar.xz | |
Diffstat (limited to '')
| -rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
