diff --git a/.bashrc b/.bashrc index 8143c12..bc59075 100755 --- a/.bashrc +++ b/.bashrc @@ -114,7 +114,3 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi - -export GOROOT=/usr/local/go -export GOPATH=/home/fschl/projects/go-projects -export PATH=${PATH}:${GOROOT}/bin:${GOPATH}/bin diff --git a/.path b/.path new file mode 100644 index 0000000..31b9093 --- /dev/null +++ b/.path @@ -0,0 +1,4 @@ + +#export GOROOT=/usr/local/go/bin +export GOPATH=/home/fschl/projects/go_projects +export PATH=${PATH}:/usr/local/go/bin:${GOPATH}/bin \ No newline at end of file