diff --git a/home/dotfiles/profile b/home/dotfiles/profile index d5c6c9a..8de80a6 100644 --- a/home/dotfiles/profile +++ b/home/dotfiles/profile @@ -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