mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
fly, as it were. It's a powerful mechanism for dynamically changing environment variables, aliases, X11 resources, etc. It uses an embedded Tcl intrepretor, with a few extensions. Therefore, it has a well defined language syntax. Version 3.1 is GPL, and includes many improvements over the 3.0beta.
20 lines
642 B
Plaintext
20 lines
642 B
Plaintext
dot files
|
|
R.K. Owen
|
|
06/27/2000
|
|
|
|
|
|
This directory contains the typical Unix user environment set-up
|
|
as defined through user dot files. Each user is given
|
|
a selection of these dot-files and are customized by the
|
|
user to his wishes. (An alternative is proposed in ../ext.)
|
|
|
|
There are system or global shell login files, but changes in them
|
|
can have disasterous results and side-effects if not fully tested.
|
|
|
|
The add.modules script can add or modify the appropriate lines at the
|
|
beginning of the dot-files to set-up the modules environment.
|
|
|
|
The user skeleton dot-files are in ./skel
|
|
The global shell login files are in ./global
|
|
|