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 1a05facaee1294f6be559787080163a5fa17b552
parent 1b94a9a2989b2ead44aea08ddb66e2f8ac9d73a9
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 26 Aug 2013 22:19:35 +0200

added esys-particle env vars to zshrc

Diffstat:
M.zshrc | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -78,3 +78,13 @@ function marks { # speech synth command say() { if [[ "${1}" =~ -[a-z]{2} ]]; then local lang=${1#-}; local text="${*#$1}"; else local lang=${LANG%_*}; local text="$*";fi; mplayer "http://translate.google.com/translate_tts?ie=UTF-8&tl=${lang}&q=${text}" &> /dev/null ; } + +# LPP (liggghts post-processing) +CFDEM_pizzaPath=/home/adc/code/liggghts/lpp-git +alias pizza='python -i $CFDEM_pizzaPath/src/pizza.py' + +# ESYS-Particle +export PATH=/usr/local/bin/:$PATH +export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH +export LIBRARY_PATH=/usr/local/lib/:$LIBRARY_PATH +export PYTHONPATH=/usr/local/lib/python2.7/dist-packages/:$PYTHONPATH