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 771c741839e01c37dd53c08f20cca2c311daf89a
parent 00be2fb68eab72384938bad21b317147137f9c79
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 19 Jun 2017 10:20:39 -0400

load anaconda on GFDL workstations

Diffstat:
M.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -151,7 +151,7 @@ alias egrep='egrep --color=auto' 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 python/2.7.1 + module load git vim paraview ifort anaconda python/2.7.1 fi # use Ctrl-Z as fg