# .bashrc # User specific aliases and functions # turn off LDG setup touch ~/.noldg # setup python for LSCdataFind and LSCsegFind export PYTHONPATH="${PYTHONPATH}:/ldcg/stow-pkgs/ldg-3.5/ldg/pyGlobus/lib/python" # setup grid-enabled SSH export PATH="/ldcg/stow-pkgs/ldg-3.5/ldg/globus/bin:${PATH}" # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi