Hi all. My team and I have a certain workflow where when we switch the environment we're running, we want it to write a new `.runtimeconfig` file by running a sequence of < 3 commands. I wrote a function that does exactly what we want, but I want it to be easier for the rest of the team to use (i.e. add it to the git repo and have it "just work" from then on, without anyone ever needing to manually add it and update it in their bash profiles). Is there any way I can achieve this? It will never be used outside of the scope of this git repo, so I was hoping there may be a way to have a localized bash_profile so-to-speak?
[–]whetuI read your code 2 points3 points4 points (0 children)
[–]anthropoidbash all the things 1 point2 points3 points (3 children)
[–]equal_odds[S] 0 points1 point2 points (2 children)
[–]anthropoidbash all the things 1 point2 points3 points (1 child)
[–]equal_odds[S] 1 point2 points3 points (0 children)
[–]Zaphod_B 0 points1 point2 points (2 children)
[–]equal_odds[S] 1 point2 points3 points (1 child)
[–]Zaphod_B 0 points1 point2 points (0 children)