Skip to content

Add BASE_DIR override for non-default repo locations#26

Merged
AquiGorka merged 1 commit intomainfrom
feat/base-dir-override
Mar 20, 2026
Merged

Add BASE_DIR override for non-default repo locations#26
AquiGorka merged 1 commit intomainfrom
feat/base-dir-override

Conversation

@AquiGorka
Copy link
Copy Markdown
Contributor

Summary

  • Adds BASE_DIR env var so developers with repos outside ~/repos/ can run BASE_DIR=~/projects ./up.sh instead of setting each path individually
  • Defaults to ~/repos for backwards compatibility
  • Updated README with the simpler override syntax

Test plan

  • ./up.sh — works as before (defaults to ~/repos)
  • BASE_DIR=~/projects ./up.sh — picks up repos from ~/projects
  • Individual overrides still take precedence over BASE_DIR

Allows `BASE_DIR=~/projects ./up.sh` instead of setting each repo
path individually. Defaults to ~/repos for backwards compatibility.
@AquiGorka AquiGorka merged commit ae24e06 into main Mar 20, 2026
1 check passed
@AquiGorka AquiGorka deleted the feat/base-dir-override branch March 20, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant