This is bashrc file that customizes the bash shell to perform:
- Modifies $PS1 env var to customize command prompt display color and to display useful info
- Alias the "ls" command to customize display settings. Shows hidden files and colorize directories for easy viewing
- Adds color to man pages
Installation Steps:
- Copy and replace .bashrc file into your user $Home directory (this is where your .bashrc file should exist by default)
- Close and restart terminal