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 1d45fdcb886e3e635003c2b70e0e9a4a9b03df09
parent 357bf7e9f7921a3f3c8d5b4146c518105df4c406
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 25 Apr 2017 12:10:45 -0400

matlab module interferes with C compilation

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 matlab ifort python/2.7.1 + module load git vim paraview ifort python/2.7.1 fi # use Ctrl-Z as fg