# .bashrc

#
# Source global definitions. (DO NOT EDIT!)
#
if [ -f /etc/bashrc ]; then
  . /etc/bashrc
fi

#
# Shared HPC environment. (DO NOT EDIT!)
#
if [ -f /apps/modules/modules.bashrc ]; then
  . /apps/modules/modules.bashrc
fi

#
# User specific personal settings, aliases and functions below this comment.
# Do *not* edit the global settings above!
#
