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 dc510ebe1769c8c221bd3c7552a2dfafd6a5ccd3
parent 80e2b72986b5c02daadae03f9c884bbebcd6214b
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 27 Feb 2018 10:28:35 -0500

Change modules and paths on gfdl

Diffstat:
Mlinks/.zshrc | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/links/.zshrc b/links/.zshrc @@ -283,11 +283,10 @@ if [ -d /home/linuxbrew/.linuxbrew ]; then export INFOPATH=/home/linuxbrew/.linuxbrew/share/info:$INFOPATH fi -if [ -d $HOME/local/python ]; then - export PYTHONPATH=$HOME/local/python:$PYTHONPATH - export PATH=$HOME/local/python:$PATH -fi -[ -d /net/and/anaconda3/bin ] && export PATH="/net/and/anaconda3/bin:$PATH" +#if [ -d $HOME/local/python ]; then +# export PYTHONPATH=$HOME/local/python:$PYTHONPATH +# export PATH=$HOME/local/python:$PATH +#fi if [ $(echo $HOSTNAME | grep flaptop) ]; then #source ~/.xsh @@ -336,9 +335,10 @@ fi if [ -f /usr/local/Modules/default/init/zsh ]; then source /usr/local/Modules/default/init/zsh && \ - #module load git vim #python paraview ncview matlab ifort - module load git vim paraview ifort anaconda python/2.7.1 + #module load git vim #python paraview ncview matlab ifort anaconda + module load git vim paraview ifort python/2.7.1 fi +[ -d /net/and/anaconda3/bin ] && export PATH="/net/and/anaconda3/bin:$PATH" [ -d ~/code/basilisk/src ] && export BASILISK=~/code/basilisk/src [ -d ~/code/basilisk/src ] && export PATH=~/code/basilisk/src:$PATH