Browse Source

WIP: initial draft of envpath

master
AJ ONeal 5 years ago
parent
commit
7ca8158a1c
  1. 16
      envpath/README.md

16
envpath/README.md

@ -0,0 +1,16 @@
# envpath
**WIP**
An example of getting, setting, and updating PATHs on \*nix (Linux, Mac, etc).
```bash
envpath append /opt/whatever/bin
```
```bash
New sessions will have /opt/whatever/bin in their PATH.
To update this session run
export PATH="$PATH:/opt/whatever/bin"
```
Loading…
Cancel
Save