mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-19 00:43:45 +01:00
add newline before prompt
This commit is contained in:
parent
6ea2858495
commit
f52e0db834
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ fn main() {
|
|||
aux_prompt.add_module(ReadOnly::<Theme>::new());
|
||||
aux_prompt.add_module(Cmd::<Theme>::new());
|
||||
|
||||
println!("{}\n{}", main_prompt, aux_prompt);
|
||||
println!("\n{}\n{}", main_prompt, aux_prompt);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue