Files
repo-tools/config.bash.example
Lucas Wilson-Richter f79230e1f9 Gotta export those configs
2024-05-27 17:48:20 +10:00

11 lines
346 B
Plaintext

# Configuration for the repo tools, to be evaluated when they execute.
#
# For shell config (e.g., to be sourced into .zshrc) see init.bash
export REPOSITORY_BASE=~/src
# If a variable is only to be used by a single script, by custom it will be
# prefixed with the name of the script.
export REPO_DEFAULT_SEARCH_PREFIX="github.com/buildkite/"