commit 867025770b0121a6e7375d4f202fd4a536fd51a3
parent 23ccbd4a159c786b3e0357c20f0ee7678a2478b8
Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 27 Feb 2018 11:32:21 -0500
Do not automatically load vim and paraview on gfdl
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/.zshrc b/links/.zshrc
@@ -336,7 +336,7 @@ 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 anaconda
- module load git vim paraview ifort python/2.7.1
+ module load git python/2.7.1
fi
[ -d /net/and/anaconda3/bin ] && export PATH="/net/and/anaconda3/bin:$PATH"
[ -f /etc/pki/tls/certs/ca-bundle.crt ] && export CURL_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt