From 1146340f3cb165611473c29e01118162141c88df Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 9 Dec 2020 10:09:54 +0530 Subject: Added starship config --- starship.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 starship.toml (limited to 'starship.toml') diff --git a/starship.toml b/starship.toml new file mode 100644 index 00000000..8ac9b12f --- /dev/null +++ b/starship.toml @@ -0,0 +1,25 @@ +# Don't print a new line at the start of the prompt +add_newline = false +disable_line_break = true + + + + +[character] # The name of the module we are configuring is "character" +success_symbol = "[](blue)" # The "success_symbol" segment is being set to "➜" with the color "bold green" +error_symbol = "[](red)" +vicmd_symbol = "[](green)" + + +[battery] +disabled = true + +[line_break] +disabled = true + +[cmd_duration] +disabled = false +min_time = 5000 +format = "[took](yellow) [$duration](bold #FF0074) " +# show_notifications = true +# min_time_to_notify = 180000 -- cgit v1.2.3