mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 12:29:03 +00:00
349 B
349 B
| title | layout | version |
|---|---|---|
| p | command | 0.59.0 |
Switch to the previous shell.
Signature
> p
Examples
Make two directories and enter new shells for them, use p to jump to the previous shell
> mkdir foo bar; enter foo; enter ../bar; p
Run p several times and note the changes of current directory
> p