It would be useful to be able to expand variables: ```ini [development] PATH = $PATH:/node_modules/.bin ``` OR ```ini [development] PATH = ${PATH}:/node_modules/.bin ``` See [npm-run-path](https://www.npmjs.com/package/npm-run-path) as a way to implement this.
It would be useful to be able to expand variables:
OR
See npm-run-path as a way to implement this.