Just some snippets in go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AJ ONeal 0a5f44eca7 add remove 5 years ago
..
README.md WIP: initial draft of envpath 5 years ago
envpath.go add remove 5 years ago
manager.go add and source new PATHs 5 years ago

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"