feat(xonsh): support rprompt (#3362)

This commit is contained in:
David Knaack
2021-12-31 08:23:01 +01:00
committed by GitHub
parent c5a5fc2820
commit 2b405042b9
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ 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.
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh.
### Example