blob: 9b7cb8cd81097c71942554974e8eb0f7fe0ded11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Windows environment variables
=============================
A collection of simple programs to manage my environmental variables, created
mainly to:
* learn a bit of Haskell,
* make it easier to add paths to the PATH variable, automatically setup
`_NT_SYMBOL_PATH`, etc.
License
-------
This project, including all of the files and their contents, is licensed under
the terms of the MIT License.
See [LICENSE.txt] for details.
[LICENSE.txt]: LICENSE.txt
|