forked from extern/nushell
Add support to render right prompt on last line of the prompt (#6781)
* Add support to render right prompt on last line of the prompt * reset reedline to main branch * update reedline to fix right prompt to be rendered correctly * reset reedline to main branch again
This commit is contained in:
@ -278,6 +278,7 @@ let-env config = {
|
||||
}
|
||||
show_banner: true # true or false to enable or disable the banner
|
||||
show_clickable_links_in_ls: true # true or false to enable or disable clickable links in the ls listing. your terminal has to support links.
|
||||
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
|
||||
|
||||
hooks: {
|
||||
pre_prompt: [{
|
||||
|
Reference in New Issue
Block a user