From e61d650b930331429d2dd2869dc5573fc5795535 Mon Sep 17 00:00:00 2001 From: Lionarius Date: Sat, 24 May 2025 13:16:24 +0300 Subject: [PATCH] add starship --- starship/.config/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 starship/.config/starship.toml diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..ca65c6c --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,5 @@ +right_format = """$status""" + +[status] +disabled = false +format = "[$status]($style)" \ No newline at end of file