We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75575c9 commit 10ce190Copy full SHA for 10ce190
book/coming_from_cmd.md
@@ -37,7 +37,7 @@ This table was last updated for Nu 0.67.0.
37
| `MKLINK` | | Create symbolic links |
38
| `MOVE` | `mv` | Move files |
39
| `PATH` | `$env.Path` | Display the current path variable |
40
-| `PATH <path>;%PATH%` | `$env.Path = ($env.Path \| prepend <path>`) | Edit the path variable |
+| `PATH <path>;%PATH%` | `$env.Path = ($env.Path \| append <path>`) | Edit the path variable |
41
| `PATH %PATH%;<path>` | `$env.Path = ($env.Path \| prepend <path>`) | Edit the path variable |
42
| `PAUSE` | `input "Press any key to continue . . ."` | Pause script execution |
43
| `PROMPT <template>` | `$env.PROMPT_COMMAND = { <command> }` | Change the terminal prompt |
0 commit comments