# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi HOST=$(hostname) # Provide access to:FCM,Rose,Cylc,SVN module load python/anaconda fcm rose subversion # This is for making the mosrs files work export PATH=/usr/local:$PATH # To cache password when opening terminal [[ $- != *i* ]] && return # Stop here if not running interactively . mosrs-setup-gpg-agent # Enable bash completion for Rose commands [[ -f /usr/local/rose/2017.10.0/etc/rose-bash-completion ]] && . /usr/local/rose/2017.10.0/etc/rose-bash-completion