mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
fix: update continuation prompt to be more minimal (#3374)
Co-authored-by: Kevin Song <chips@ksong.dev>
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ impl<'a> Default for FullConfig<'a> {
|
||||
Self {
|
||||
format: "$all".to_string(),
|
||||
right_format: "".to_string(),
|
||||
continuation_prompt: "[❯](bold yellow)".to_string(),
|
||||
continuation_prompt: "[∙](bright-black) ".to_string(),
|
||||
scan_timeout: 30,
|
||||
command_timeout: 500,
|
||||
add_newline: true,
|
||||
|
||||
Reference in New Issue
Block a user