Add ~/.local/bin to PATH.

master
Icedream 2018-02-17 20:11:31 +01:00
parent 96b48e45ee
commit 8d30e01771
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -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