pathlint 0.0.24

Lint the PATH environment variable against declarative ordering rules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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]
description = "user `~/bin` directory for personal scripts"
windows = "$UserProfile/bin"
unix    = "$HOME/bin"

[source.user_local_bin]
description = "user `~/.local/bin` (XDG-style user-local binaries)"
unix    = "$HOME/.local/bin"