From 92462dfa82d2202dc7fe0f790d48d4f5935908a8 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 10 Aug 2021 15:35:29 +0200 Subject: [PATCH] added starship.toml --- .config/starship.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/starship.toml diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..6a31abf --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,3 @@ +[character] +success_symbol = "[ ](bold green)" +error_symbol = "[ ](bold red)"