add comment

This commit is contained in:
Ștefan Talpalaru 2019-09-04 18:58:26 +02:00
parent 1f2e3c1dba
commit bf86dccf4d
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export NIMBUS_ENV_DIR="${ABS_PATH}"
export GOPATH="${ABS_PATH}/../../go" export GOPATH="${ABS_PATH}/../../go"
export GO111MODULE=on export GO111MODULE=on
# looks like oh-my-zsh can't handle dots in PATH
export NIM_PATH=$(cd "${ABS_PATH}/../vendor/Nim/bin"; pwd) export NIM_PATH=$(cd "${ABS_PATH}/../vendor/Nim/bin"; pwd)
#- make it an absolute path, so we can call this script from other dirs #- make it an absolute path, so we can call this script from other dirs