Shell - Friendly User Interface for shell with git branches and more

Shell - Friendly User Interface for shell with git branches and more

 

Add a file called ~/.bash_profile if you do not already have one and insert the contents of this file into ~/bash_profile

reload your session after.

QUICK INSTALLATION:

cd /home/$USER
# Creates a useful .bash_profile configuration if it doesn't already exist.
[ ! -e .bash_profile ] && echo "source ~/.bash_profile" >> .bashrc
[ ! -e .bash_profile ] && curl https://a1.11pro.ca/sites/default/files/bash_profile.txt > .bash_profile