Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix system variable cascading and naming conventions #6

Open
2 tasks
matthewlarkin opened this issue Sep 17, 2024 · 0 comments
Open
2 tasks

Fix system variable cascading and naming conventions #6

matthewlarkin opened this issue Sep 17, 2024 · 0 comments

Comments

@matthewlarkin
Copy link
Owner

We have global variables set in the __bareStartUp() function. Ideally, we should have BARE_ prefixes for all of them and ensure robust cascading.

  • setup BARE_ prefixes
  • Ideal variable cascade:
    • __bareStartUp() default values
    • ~/.bashrc or ~/.bash_profile
    • host machine's variables otherwise set
    • ~/.barerc
    • $BARE_HOME/.barerc
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

No branches or pull requests

1 participant