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