You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/setup.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,13 @@ There are other ways to view these values and variables, however setting up your
13
13
14
14
In order to configure your path in nushell you'll need to modify your `PATH` environment variable in your `config.nu` file. Open your `config.nu` file and put an entry in it like `$env.PATH = "path1;path2;path3"` ensuring that you use the proper path separation character, which is different by platform.
15
15
16
-
Alternately, if you want to change your path temporarily, you can do the same command at the prompt.
17
-
18
-
If you want to append a folder to your `PATH` environment variable you can do that too using the `append` or `prepend` command like this:
16
+
Alternately, if you want to append a folder to your `PATH` environment variable you can do that too using the `append` or `prepend` command like this:
For more detailed instructions, see the environment variables documentation [here](/book/environment.html#setting-environment-variables)
22
+
For more detailed instructions, see the documentation about [environment variables](/book/environment.html#setting-environment-variables) and [PATH configuration](/book/configuration.html#path-configuration).
0 commit comments