Skip to content

Commit 19d4049

Browse files
authored
Replace exit with dexit for popd analog (#1444)
Please see nushell/nushell#12642 (comment)
1 parent 7823f47 commit 19d4049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/coming_from_cmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This table was last updated for Nu 0.67.0.
4141
| `PATH %PATH%;<path>` | `$env.Path = ($env.Path \| prepend <path>`) | Edit the path variable |
4242
| `PAUSE` | `input "Press any key to continue . . ."` | Pause script execution |
4343
| `PROMPT <template>` | `$env.PROMPT_COMMAND = { <command> }` | Change the terminal prompt |
44-
| `PUSHD <path>`/`POPD` | `enter <path>`/`exit` | Change working directory temporarily |
44+
| `PUSHD <path>`/`POPD` | `enter <path>`/`dexit` | Change working directory temporarily |
4545
| `REM` | `#` | Comments |
4646
| `REN` or `RENAME` | `mv` | Rename files |
4747
| `RD` or `RMDIR` | `rm` | Remove directory |

0 commit comments

Comments
 (0)