Extra directories to prepend to PATH.
These directories are added to the PATH variable in a double-quoted context, so expressions like $HOME
are expanded by the shell. However, since expressions like ~
or *
are escaped, they will end up in the PATH verbatim.
Declarations
Type
list of string
Default
[ ]
Example
[
"$HOME/.local/bin"
"\${xdg.configHome}/emacs/bin"
".git/safe/../../bin"
]
Sign in to create a configuration using this setting.