LucasLarson/dotfiles

`~/.local/bin` is added to `$PATH` twice

LucasLarson opened this issue · 1 comments

  1. from 0b2d044dd4, 2021-02-25:

    dotfiles/.zshrc

    Lines 20 to 24 in 913708d

    # set PATH so it includes applicable private `bin`s
    test -d "${HOME-}"'/bin' &&
    PATH="${HOME-}"'/bin'"${PATH:+:${PATH-}}"
    test -d "${HOME-}"'/.local/bin' &&
    PATH="${HOME-}"'/.local/bin'"${PATH:+:${PATH-}}"

  2. from c66f3bcefd, 2020-12-26:

    dotfiles/.zshrc

    Lines 346 to 348 in 913708d

    # location of Python packages on Linux
    test -d "${HOME-}"'/.local/bin' &&
    PATH="${HOME-}"'/.local/bin'"${PATH:+:${PATH-}}"

fixed by #605 in 85f0e5b6a9