Include a few more standard paths
This commit is contained in:
parent
187157b223
commit
1bcb3192be
1 changed files with 3 additions and 1 deletions
|
@ -32,8 +32,10 @@ for dir in "$HOME/bin" \
|
||||||
"$HOME/.cargo/bin" \
|
"$HOME/.cargo/bin" \
|
||||||
"$HOME/opt/centos-git-common" \
|
"$HOME/opt/centos-git-common" \
|
||||||
"${XDG_DATA_HOME:-$HOME/.local/share}/gem/ruby/bin" \
|
"${XDG_DATA_HOME:-$HOME/.local/share}/gem/ruby/bin" \
|
||||||
|
/usr/local/bin \
|
||||||
/usr/local/sbin \
|
/usr/local/sbin \
|
||||||
/usr/local/bin
|
/usr/bin \
|
||||||
|
/usr/sbin
|
||||||
do
|
do
|
||||||
_acp_add_path "$dir"
|
_acp_add_path "$dir"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue