mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
Add a cookbook section in the documentation and port there the 3 pre-existing recipes: inhibit-report-info, top-priority-values and unload-firstly-loaded. Move the examples files of these recipes from contrib/cookbook to doc/example directory.
10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
#%Module
|
|
# define a regular value for variable
|
|
setenv TESTVAR value
|
|
|
|
# prepend a regular value to a path-like variable
|
|
prepend-path TESTPATH prevalue
|
|
|
|
# append a regular value to a path-like variable
|
|
append-path TESTPATH postvalue
|