Skip to content

Commit

Permalink
Replace exit with dexit for popd analog (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
gar1t committed Jun 11, 2024
1 parent 7823f47 commit 19d4049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/coming_from_cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This table was last updated for Nu 0.67.0.
| `PATH %PATH%;<path>` | `$env.Path = ($env.Path \| prepend <path>`) | Edit the path variable |
| `PAUSE` | `input "Press any key to continue . . ."` | Pause script execution |
| `PROMPT <template>` | `$env.PROMPT_COMMAND = { <command> }` | Change the terminal prompt |
| `PUSHD <path>`/`POPD` | `enter <path>`/`exit` | Change working directory temporarily |
| `PUSHD <path>`/`POPD` | `enter <path>`/`dexit` | Change working directory temporarily |
| `REM` | `#` | Comments |
| `REN` or `RENAME` | `mv` | Rename files |
| `RD` or `RMDIR` | `rm` | Remove directory |
Expand Down

0 comments on commit 19d4049

Please sign in to comment.