Skip to content

Commit

Permalink
chore: change left-prompt for conversation (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Oct 27, 2023
1 parent 0179bef commit d43425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repl/prompt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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("〉")
}
Expand Down

0 comments on commit d43425e

Please sign in to comment.