From 391172e0c0e6fb18b87c83ca42bf763acd930bdb Mon Sep 17 00:00:00 2001 From: servostar Date: Sun, 24 Nov 2024 16:31:26 +0100 Subject: [PATCH] starship: add configuration --- .config/starship.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/starship.toml diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..57f7d32 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,6 @@ +# Get editor completions based on the config schema +"$schema" = 'https://starship.rs/config-schema.json' + +# Inserts a blank line between shell prompts +add_newline = true +