mirror of
https://github.com/nushell/nushell.git
synced 2025-04-23 20:58:19 +02:00
`path add`, when given a record, sets `$env.PATH` according to the value of the key matching `$nu.os-info.name`. There already existed a check in place to ensure the correct column existed, but it was never reached because of an early error on `path expand`ing `null`. This has been fixed, as well as the out-of-date reference to "darwin" instead of "macos" in the example. # User-Facing Changes `path add` now simply ignores a record that doesn't include a key for the current OS `path add` also will no longer add duplicate paths. |
||
---|---|---|
.. | ||
logger_tests | ||
test_asserts.nu | ||
test_dirs.nu | ||
test_dt.nu | ||
test_formats.nu | ||
test_help.nu | ||
test_iter.nu | ||
test_prelude.nu | ||
test_setup_teardown.nu | ||
test_std_formats.nu | ||
test_std_postload.nu | ||
test_std_preload.nu | ||
test_std_util.nu | ||
test_std-rfc_conversions.nu | ||
test_std-rfc_kv.nu | ||
test_std-rfc_path.nu | ||
test_std-rfc_str.nu | ||
test_std-rfc_tables.nu | ||
test_util.nu | ||
test_xml.nu |