How to use the path function from osenv

Find comprehensive JavaScript osenv.path code examples handpicked from public code repositorys.

3
4
5
6
7
8
9
10
11
12

## Usage

```javascript
var osenv = require('osenv')
var path = osenv.path()
var user = osenv.user()
// etc.

// Some things are not reliably in the env, and have a fallback command:
fork icon19
star icon22
watch icon13

+ 3 other calls in file