My personal bash profile and tools
First, clone this repository in your home directory:
git clone [email protected]:mtilda/.bash.git
To use this profile, source ~/.bash/profile
.
You may want to configure your shell to do this automatically on login by adding the following script to either your .profile
, .bash_profile
, .bashrc
, or another shell initialization file.
source $HOME/.bash/profile