Files
modules/tcl/init/zsh.debug
2002-11-29 19:39:56 +00:00

9 lines
248 B
Plaintext

MODULESHOME=$CDS_MIPS_LOCAL/../../envmodule; export MODULESHOME
module () { eval `$CDS_MIPS_LOCAL/../../envmodule/modulecmd.tcl zsh $*`; }
if [ "${MODULEPATH:-}" = "" ]; then
MODULEPATH=/mips/tools/freeware/modulefiles
export MODULEPATH
fi