commit fa135327c51ef21385d6d4a4d969d4f572a23094 parent 0e9729119ade8bfd61f9b847e9f5b2ada422c356 Author: Anders Damsgaard <adc@geo.au.dk> Date: Mon, 27 Aug 2012 17:38:49 +0200 Updated bashrc for adc-stationary Diffstat:
M | .bashrc | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/.bashrc b/.bashrc @@ -76,6 +76,26 @@ export HISTTIMEFORMAT='%F %T ' export EDITOR=vim +if [`hostname` == "adc-stationary"]; then + # Sort out OS X top + alias top="top -o cpu" + # Use GNU time + alias time="gtime" + # Homebrew + export PATH=/usr/local/bin:$PATH + export PATH=/usr/local/sbin:$PATH + # Python + export PATH=/usr/local/share/python:$PATH + export PYTHONPATH=/usr/local/lib/python:$PYTHONPATH + # CUDA + export PATH=/usr/local/cuda/bin:$PATH + export DYLD_LIBRARY_PATH=/usr/local/cuda/lib:$DYLD_LIBRARY_PATH + # Julia + export PATH=/Users/adc/install/julia:$PATH + # Growl + growl() { echo -e $'\e]9;'${1}'\007' ; return ; } +fi + # Transparent xterm background [ -n "$WINDOWID" ] && transset-df -i $WINDOWID >/dev/null