Just some snippets in go.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
AJ ONeal 0a5f44eca7 add remove 5 lat temu
..
README.md WIP: initial draft of envpath 5 lat temu
envpath.go add remove 5 lat temu
manager.go add and source new PATHs 5 lat temu

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"