# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files for examples # # check "PS1", if not defined (non-interactive) stop sourcing if [ -z "$PS1" ]; then return fi # include alias and function from /etc/bash.bashrc if it exists if [ -f /etc/bash.bashrc ]; then . /etc/bash.bashrc fi # define user's alias and function below