mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
Rename the configuration template files following the new default naming scheme for these files: modulerc becomes initrc and .modulespath becomes modulespath.
10 lines
396 B
Plaintext
10 lines
396 B
Plaintext
#%Module1.0
|
|
# This file defines the initial module command configuration, the default
|
|
# modulefiles search path and modulefiles you want to load by default for all
|
|
# users. It should contains lines of module command like 'module config conf
|
|
# val', 'module use path' and 'module load mod'
|
|
|
|
# ensure that module command is still defined in sub-shells
|
|
#module config set_shell_startup 1
|
|
@modulerc@
|