mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:25:16 +00:00
# Description I just completely left out `$env.PROMPT_COMMAND_RIGHT` in the `sample_env.nu`. This adds it in. # User-Facing Changes `config env --sample` will now include doc for `PROMPT_COMMAND_RIGHT`. # Tests + Formatting Doc-only # After Submitting n/a
Collection of small utilities that are shared across Nushell crates.
This crate should compile early in the crate graph and thus not depend on major dependencies or core-nushell crates itself.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.