paths!
This commit is contained in:
parent
c65da2ed92
commit
e1c88a1392
|
@ -3,7 +3,7 @@
|
||||||
export GOPATH="$HOME/.go"
|
export GOPATH="$HOME/.go"
|
||||||
|
|
||||||
# PATH=$PATH:$APPENDED_PATH
|
# PATH=$PATH:$APPENDED_PATH
|
||||||
PATH=$PATH:${GOPATH//://bin:}/bin
|
PATH=$PATH:$GOPATH/bin
|
||||||
|
|
||||||
if command -v ruby >/dev/null 2>&1; then
|
if command -v ruby >/dev/null 2>&1; then
|
||||||
PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
||||||
|
|
Reference in a new issue