Just some snippets in go.
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
AJ ONeal 0a5f44eca7 add remove 5 年前
..
README.md WIP: initial draft of envpath 5 年前
envpath.go add remove 5 年前
manager.go add and source new PATHs 5 年前

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"