pathlint 0.0.13

Lint the PATH environment variable against declarative ordering rules.
Documentation
1
2
3
4
5
6
7
8
9
10
# Generic user-installed bin directories. These are not tied to a
# specific package manager — they're places people put scripts and
# manually built binaries.

[source.user_bin]
windows = "$UserProfile/bin"
unix    = "$HOME/bin"

[source.user_local_bin]
unix    = "$HOME/.local/bin"