commit a516c09ca16ea436cd373bee3da118e0739af6e4
parent 8dff08ec640f52dfee0ffce0c412806e3f764895
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 23 Nov 2015 16:22:31 +0100
add matlab on cosmo server
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -202,6 +202,10 @@ if [ $(echo $HOSTNAME | grep flaptop) ]; then
export PATH=/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin:$PATH
fi
+if [ $(echo $HOSTNAME | grep cosmo) ]; then
+ export PATH=/usr/local/MATLAB/R2015a/bin:$PATH
+fi
+
# Added by termtile (https://github.com/apaszke/termtile)
alias kl='osascript ~/.termtile/tile.scpt up left'
alias kh='osascript ~/.termtile/tile.scpt up right'