This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/.envrc

6 lines
112 B
Plaintext

PATH_add bin
export GOBIN=$PWD/bin
if [ -f "additional_envs.sh" ]; then
source <(cat additional_envs.sh)
fi