Gotta export those configs

This commit is contained in:
Lucas Wilson-Richter
2024-05-27 17:48:20 +10:00
parent 18c9545eca
commit f79230e1f9

View File

@ -2,9 +2,9 @@
# #
# For shell config (e.g., to be sourced into .zshrc) see init.bash # For shell config (e.g., to be sourced into .zshrc) see init.bash
REPOSITORY_BASE=~/src export REPOSITORY_BASE=~/src
# If a variable is only to be used by a single script, by custom it will be # If a variable is only to be used by a single script, by custom it will be
# prefixed with the name of the script. # prefixed with the name of the script.
REPO_DEFAULT_SEARCH_PREFIX="github.com/buildkite/" export REPO_DEFAULT_SEARCH_PREFIX="github.com/buildkite/"