Add ~/.local/bin to PATH.
parent
96b48e45ee
commit
8d30e01771
|
@ -167,7 +167,7 @@ section_end
|
||||||
# home bin
|
# home bin
|
||||||
section "home bin"
|
section "home bin"
|
||||||
if [ $PROFILE_BIN -gt 0 ]; then
|
if [ $PROFILE_BIN -gt 0 ]; then
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
||||||
export PATH
|
export PATH
|
||||||
fi
|
fi
|
||||||
section_end
|
section_end
|
||||||
|
|
Loading…
Reference in New Issue