Howto configure the bash shell
From Wikihowto
[edit] Configuration Files
- /etc/profile
- /etc/bashrc
- ~/.bashrc
- ~/.bash_profile
[edit] Configuration Options
- PATH
- PATH=$PATH:/added/directories
- Examples: PATH:$PATH:/usr/games/bin:/usr/apps/bin
- aliases
- alias newCommand='command --with --parameters'
- alias ps='ps -ax'
- command prompt
