110N/A# This file contains an example of default settings that can be made for
110N/A# bash(1) users on this system. To make these settings the default for system
110N/A# Bourne Again SHell init file.
110N/A# Where's the Gnu stuff at?
110N/Aexport PATH="$MY_PATH:$UTIL_PATH:$STANDARD_PATH"
110N/A# If not running interactively, then return
110N/A# Set ignoreeof if you don't want EOF as the sole input to the shell to
110N/A# immediately signal a quit condition. This only happens at the start
110N/A# of a line if the line is empty, and you haven't just deleted a character
110N/A# with C-d. I turn this on in ~/.bash_profile so that only login shells
110N/A# have the right to be obnoxious.
110N/A# Set auto_resume if you want to resume on "emacs", as well as on
110N/A# Set notify if you want to be asynchronously notified about background
110N/A# Make it so that failed `exec' commands don't flush this shell.
110N/Aif [ -z "$LOGIN_SHELL" ]; then
110N/A PS1="[\u@\h]:[\#]:[\w]:\$ "
110N/A# we want pretty colored file listings
110N/A if [ -f ~/.dir_colors ] ; then
110N/A elif [ -f ~/.dircolors ] ; then
110N/A[ -f ~/.bash_expert ] && . ~/.bash_expert
110N/A[ -f ~/.bash_aliases ] && . ~/.bash_aliases