Skip to content

Instantly share code, notes, and snippets.

@adamrpah
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamrpah/d0133fc9b36ad5854efe to your computer and use it in GitHub Desktop.
Save adamrpah/d0133fc9b36ad5854efe to your computer and use it in GitHub Desktop.
Amaral .bashrc for Quest Computers
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
export PATH=$PATH:/projects/b1022/LabTools
alias l='ls -lh'
alias la='ls -la'
alias hg='/projects/b1022/general/bin/hg'
alias actpy='module load python/anaconda && source activate /projects/b1022/general'
alias qstat='showq -w acct=b1022'
alias qdel='mjobctl -c'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment