mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
9 lines
248 B
Plaintext
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
|