Just some snippets in go.
25개 이상의 토픽을 선택하실 수 없습니다. 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 년 전
..
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"