Release notes
De-couple aliases and other sections of .bashrc
Problem to solve
All aliases and other exports are thrown in .bashrc and it's quite ugly. It's also hard to track down where I declared some variable. If I separated them into files and used .bashrc to stage them, things would be more manageable.
Proposal
Call separate files in .bashrc instead of instantiating all info there. This would allow each file to be modular.
Intended users
N/A
Feature Usage Metrics
N/A
Release notes
De-couple aliases and other sections of .bashrc
Problem to solve
All aliases and other exports are thrown in .bashrc and it's quite ugly. It's also hard to track down where I declared some variable. If I separated them into files and used .bashrc to stage them, things would be more manageable.
Proposal
Call separate files in .bashrc instead of instantiating all info there. This would allow each file to be modular.
Intended users
N/A
Feature Usage Metrics
N/A