From bf86dccf4d3587fc1071be4952e8db169ab0925f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 4 Sep 2019 18:58:26 +0200 Subject: [PATCH] add comment --- scripts/env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/env.sh b/scripts/env.sh index e9c4360..b6accc1 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -24,6 +24,7 @@ export NIMBUS_ENV_DIR="${ABS_PATH}" export GOPATH="${ABS_PATH}/../../go" export GO111MODULE=on +# looks like oh-my-zsh can't handle dots in PATH export NIM_PATH=$(cd "${ABS_PATH}/../vendor/Nim/bin"; pwd) #- make it an absolute path, so we can call this script from other dirs