From 588614fc0869e02c3d4e18c00934ec7d55e81701 Mon Sep 17 00:00:00 2001 From: kageru Date: Mon, 30 Nov 2020 11:40:55 +0100 Subject: [PATCH] Add starship prompt --- .config/starship.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/starship.toml diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..831fffd --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,22 @@ +add_newline = false +scan_timeout = 10 + +[line_break] +disabled = true + +[character] +success_symbol = "[](bold green)" +error_symbol = "[](bold red)" + +[directory] +style = "cyan" + +[java] +style = "red" + +[git_branch] +format = "[$symbol$branch]($style) " +symbol = "" + +[git_status] +disabled = true