# .bashrc # Need for a xterm & co if we don't make a -ls [ -n $DISPLAY ] && { . /etc/profile.d/alias.sh } # Read first /etc/inputrc if the variable is not defined, and after the /etc/inputrc # include the ~/.inputrc [ -z $INPUTRC ] && export INPUTRC=/etc/inputrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions