chore: change left-prompt for conversation (#157)

pull/158/head
sigoden 11 months ago committed by GitHub
parent 0179bef80d
commit d43425e22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ impl Prompt for ReplPrompt {
fn render_prompt_indicator(&self, _prompt_mode: reedline::PromptEditMode) -> Cow<str> {
if self.config.read().conversation.is_some() {
Cow::Borrowed("")
Cow::Borrowed("")
} else {
Cow::Borrowed("〉")
}

Loading…
Cancel
Save