dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 45904a7aad3114e96210eb786c4b80454a11745a
parent 12d98f4f3d9d0bffcf8b8de2597673bf5c7ce9f0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  8 Mar 2016 11:01:22 -0800

add pism binary folder if present

Diffstat:
M.bashrc | 1+
M.zshrc | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -196,3 +196,4 @@ if [ $(echo $HOSTNAME | grep cosmo) ]; then export PATH=/usr/local/MATLAB/R2015a/bin:$PATH fi +[ -d /home/ad/pism ] && export PATH=/home/ad/pism/bin:$PATH diff --git a/.zshrc b/.zshrc @@ -240,3 +240,4 @@ alias sha256sum='shasum -a 256' #. /Users/ad/torch/install/bin/torch-activate [ -f ~/.bash_profile ] && source ~/.bash_profile +[ -d /home/ad/pism ] && export PATH=/home/ad/pism/bin:$PATH