From f79230e1f9c0a152843f47f60486d4cbcee32d11 Mon Sep 17 00:00:00 2001 From: Lucas Wilson-Richter Date: Mon, 27 May 2024 17:48:20 +1000 Subject: [PATCH] Gotta export those configs --- config.bash.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.bash.example b/config.bash.example index 9e89e9b..0efc5c6 100644 --- a/config.bash.example +++ b/config.bash.example @@ -2,9 +2,9 @@ # # 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 # prefixed with the name of the script. -REPO_DEFAULT_SEARCH_PREFIX="github.com/buildkite/" +export REPO_DEFAULT_SEARCH_PREFIX="github.com/buildkite/"