This my personal console configuration files used in Ubuntu 12.04.5 LTS & 14.04.1 LTS. It will override the default Ubuntu Terminal settings and make the console more informative and Mac like. Though I use it on my Ubuntu 12.04.5 LTS & 14.04.1 versions, but it should work perfectly on other versions of Linux.
Bash-Config/ -- Base Path
├───images/ -- images directory
│ ├───old_new_bash.png -- image to show bash changes
│ └───special_tweak.jpg -- image to show special tweak to bash
├───ubuntu_12.04/ -- ubuntu 12.04 directory
│ └───.bashrc -- ubuntu 12.04 specific settings file
├───ubuntu_14.04/ -- ubuntu 14.04 directory
│ └───.bashrc -- ubuntu 14.04 specific settings file
├───LICENSE -- license file
└───README.md -- readme file
- Changed
HISTSIZE
from 1000 to 10000 - Changed
HISTFILESIZE
from 2000 to 20000 so that the system can store more history
- Uncommented
Line 43
to make console colorful - Changed
line 57
console output to make console a bit informative and Mac Like 😃 🎉 - Uncomment
Line 59
and commentLine 57
to use special tweak of the bash
- Uncommented
Line 46
to make console colorful - Changed
line 60
console output to make console a bit informative and Mac Like 😃 🎉 - Uncomment
Line 62
and commentLine 60
to use special tweak of the bash
These changes changed the bash console like this:
There is an special tweak (need to uncomment to use)
Linux-Unix Shell Setup Parameter
The files are open-sourced software licensed under the MIT license