Remove $HOME/bin from PATH (use only $HOME/.local/bin)
This commit is contained in:
parent
9758287c0a
commit
1a3b9973c4
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ while read -r dir; do prepend_dir "$dir" PATH; done <<EOL
|
||||||
$LOCAL_PREFIX/opt/coreutils/libexec/gnubin
|
$LOCAL_PREFIX/opt/coreutils/libexec/gnubin
|
||||||
$LOCAL_PREFIX/opt/gnu-sed/libexec/gnubin
|
$LOCAL_PREFIX/opt/gnu-sed/libexec/gnubin
|
||||||
$HOME/.local/bin
|
$HOME/.local/bin
|
||||||
$HOME/bin
|
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
# Prepend custom man directories to MANPATH if they exist, so that we get
|
# Prepend custom man directories to MANPATH if they exist, so that we get
|
||||||
|
|
Loading…
Add table
Reference in a new issue