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.
nu-protocol
The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.