Add toolbox and work aliases

This commit is contained in:
Quentin Godefroid 2017-12-18 12:54:31 +01:00
parent c5c1de74c9
commit e71c2906af
4 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,3 @@
export GOROOT=$HOME/go
export GOPATH=$GOROOT/bin
export PATH=~/bin:$PATH:$GOROOT/bin
export PATH=~/toolbox:~/bin:$PATH:$GOROOT/bin