4 ms·
I have a .local_profile script in my project root and added this[1] to my .bash_profile So, each project has its own set of aliases and utilities in the repo.
by rlopezcc 8y ago
I have a .local_profile script in my project root and added this[1] to my .bash_profile
So, each project has its own set of aliases and utilities in the repo.
It's not the cleanest thing to do, but it works pretty well.
[1] - https://gist.github.com/rlopezcc/7d545a2b09a9c7a391483608a51a3f3f https://gist.github.com/rlopezcc/7d545a2b09a9c7a391483608a51...
Edit: Formatting.