I'm currently trying to configure a server using Precise Pangolin and Vagrant (a software allowing me to provision a number of software when booting my VM).
My current question is a pure bash one.
I've discovered that my .bashrc file is already filled with interesting commands. I want, in a way or another, to add this cool maven.bashrc colorizing to my bash. How can I do that without hand-editting my .bashrc ?
Notice I can (and in fact already have) write files into /etc/profile.d. is it recommended for that kind of stuff ?