sessions/.envrc

6 lines
112 B
Plaintext
Raw Permalink Normal View History

2022-11-17 05:57:04 +00:00
PATH_add bin
export GOBIN=$PWD/bin
if [ -f "additional_envs.sh" ]; then
source <(cat additional_envs.sh)
fi