From 686ba99542cd5a2d6a7939c9d6b5c8058506646b Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:11:13 +0200 Subject: [PATCH] Add newline before prompt --- private_dot_config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml index 51868d6..a3a5410 100644 --- a/private_dot_config/starship.toml +++ b/private_dot_config/starship.toml @@ -21,7 +21,7 @@ $character """ # Disable the blank line at the start of the prompt -add_newline = false +add_newline = true [username] show_always = false