From fd98b1d6671858a2a725634c82d6907ec25771ea Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 21 Mar 2021 14:35:21 +0530 Subject: FINALLY THIS WORKS PROPERLY (Pushing all the dotfiles) --- .config/starship.toml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .config/starship.toml (limited to '.config/starship.toml') diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..4ccb0bc --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,41 @@ +# Don't print a new line at the start of the prompt +add_newline = false +disable_line_break = true +format = "$all" + + + +[character] +success_symbol = "[](blue)" +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 + +# disabling modules for +# programming languages + +[golang] +disabled = true + +[python] +disabled = true + +[java] +disabled = true + +[lua] +disabled = true + -- cgit v1.2.3