Browse Source

fix: update prompt on iteration

main
fdai7381 2 years ago
committed by fdai7451
parent
commit
244ae9b5ce
  1. 2
      src/main.rs

2
src/main.rs

@ -40,6 +40,8 @@ fn main() -> Result<()> {
break; break;
} }
} }
prompt.style = config.prompt_style.clone()
} }
Ok(()) Ok(())

Loading…
Cancel
Save