userPaths top-level property

List<String> userPaths

Get the list of user paths used to resolve binaries location.

It includes items from the PATH environment variable.

It can be overriden to include user defined paths loaded from ~/.config/tekartik/process_run/env.yam

See https://github.com/tekartik/process_run.dart/blob/master/packages/process_run/doc/user_config.md in the documentation for more information.

Implementation

List<String> get userPaths => userConfig.paths;