AJ ONeal 7ca8158a1c | ||
---|---|---|
.. | ||
README.md |
README.md
envpath
WIP
An example of getting, setting, and updating PATHs on *nix (Linux, Mac, etc).
envpath append /opt/whatever/bin
New sessions will have /opt/whatever/bin in their PATH.
To update this session run
export PATH="$PATH:/opt/whatever/bin"