1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/dotfiles.git synced 2024-12-23 15:33:54 +01:00

add newline before prompt

This commit is contained in:
LordMZTE 2021-10-31 23:29:42 +01:00
parent 6ea2858495
commit f52e0db834

View file

@ -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);
}