Some Bash improvements to add into your .bashrc config file
Append the configurations in bashrc.txt to your .bashrc configuration file in your home directory.
These are the quality of life enhancements contained in this .bashrc template:
- Increase the history file size
- Format
historycommand output to include a timestamp of when the command was run - Make it less likely that multiple Bash sessions for the same user will clobber each other's history
- Typing part of a command and pressing up/down will scroll through previous runs of the command from your Bash history
- Make your default Bash prompt a bit easier to parse, colorize it, and colorize specific output in your shell
