From ee6ab17fdec62c704f5037293119056495e96075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Mon, 13 Dec 2021 13:47:01 +0200 Subject: [PATCH] Update Beaking_Changes.md --- docs/Beaking_Changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Beaking_Changes.md b/docs/Beaking_Changes.md index dd253c2873..12b5dc5854 100644 --- a/docs/Beaking_Changes.md +++ b/docs/Beaking_Changes.md @@ -6,6 +6,7 @@ This file attempts to list all breaking changes that came with the new engine up * `$nu.home-dir` is now called `$nu.home-path` * `$nu.temp-dir` is now called `$nu.temp-path` +* `$nu.path` is a regular environment variable: `$nu.env.PATH` (Unix) or `$nu.env.Path` (Windows) * All config is now contained within `$config` which can be initialized by `config.nu`. There is no `config.toml` anymore. ## `main` Command in Scripts