changed comment slightly

This commit is contained in:
Darren Schroeder 2021-05-13 14:21:16 -05:00
parent f5fcf9d635
commit 440a589f9e

View File

@ -53,7 +53,7 @@ pub fn nu(
// A note about environment variables:
//
// Environment variables in Unix platforms are case-sensitive. On Windows, case-sensitivity is context-dependent.
// In DOS, running `SET` will show you the list of environment variables, but their names will be all upper-cased.
// In cmd.exe, running `SET` will show you the list of environment variables and their names will be mixed case.
// In PowerShell, running `Get-ChildItem Env:` will show you a list of environment variables, and they will match
// the case in the environment variable section of the user configuration
//