feat(nu): enable right prompt (#4490)

Closes #3982
This commit is contained in:
nibon7
2022-12-02 19:40:36 +08:00
committed by GitHub
parent 497039be07
commit a7abc0f450
2 changed files with 28 additions and 5 deletions

View File

@ -261,7 +261,9 @@ not explicitly used in either `format` or `right_format`.
Note: The right prompt is a single line following the input location. To right align modules above
the input line in a multi-line prompt, see the [`fill` module](/config/#fill).
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh, cmd.
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh, cmd, nushell.
Note: Nushell 0.71.0 or later is required
### Example