From 14a4fbfa807aac4c2401372b0a73acc5f5936f71 Mon Sep 17 00:00:00 2001 From: Dr-Wasabi Date: Tue, 8 Dec 2020 03:30:34 -0500 Subject: [PATCH] Inital commit of a basic starship config file --- starship.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 starship.toml diff --git a/starship.toml b/starship.toml new file mode 100644 index 0000000..18f6920 --- /dev/null +++ b/starship.toml @@ -0,0 +1,17 @@ +# ~/.config/starship.toml + + +[character] +success_symbol = "[➜](bold green) " +error_symbol = "[✗](bold red) " + +# Wait 10 milliseconds for starship to check files under the current directory. +scan_timeout = 10 + +# Disable the newline at the start of the prompt +add_newline = false + +[line_break] +disabled = true + +format = "$all"