diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml new file mode 100644 index 0000000..8c2dc63 --- /dev/null +++ b/.config/starship/starship.toml @@ -0,0 +1,9 @@ +add_newline = true + +[character] +success_symbol = "[➜](bold green)" +error_symbol = "[✗](bold red)" + +[time] +disabled = false +format = "[\\[🕙 $time\\]]($style) "