# ~/.bashrc # # see /etc/bashrc for a complete description how all bash source files # are related and used on this box # Source system-wide aliases and functions if [ -f /etc/bashrc ]; then source /etc/bashrc fi # --- Local/Personal environment variables --- # define bash prompts, non-X text editors, etc. unset MAILCHECK # --- Local aliases --- # --- Local functions ---