mirror of
https://github.com/nushell/nushell.git
synced 2024-12-02 05:13:56 +01:00
341 B
341 B
title | layout | version |
---|---|---|
n | command | 0.59.1 |
Switch to the next shell.
Signature
> n
Examples
Make two directories and enter new shells for them, use n
to jump to the next shell
> mkdir foo bar; enter foo; enter ../bar; n
Run n
several times and note the changes of current directory
> n