mirror of
https://github.com/nushell/nushell.git
synced 2025-06-09 03:26:58 +02:00
# Description This sets the value to true by default only on Windows. This is not a legacy code and is used by the Windows Terminal to detect the current directory (explicitly enabling osc7 did not work). Here are the official docs: https://learn.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory # User-Facing Changes Windows users will by default have their terminals properly detect the current working directory without extra configuration/troubleshooting.
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.