Color changes

This commit is contained in:
Daniel Lundin 2016-10-10 20:35:00 +02:00
parent 5ec17e461b
commit 8c47cc30fe
5 changed files with 88 additions and 13 deletions

View file

@ -54,10 +54,11 @@ export GTEST_COLOR=1
export CGCC_FORCE_COLOR=1
## Go
export GOROOT=$mylib/go
export GOPATH=$HOME/workspace
export GOSRC=$mylib/go/src
export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
export GOPATH=$HOME
# export GOROOT=$mylib/go
# export GOPATH=$HOME/workspace
# export GOSRC=$mylib/go/src
# export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
## Rust
export PATH=$mylib/rust/bin:$PATH