From a1df54ad25562fc1af215c16708edc9ad27b9ed8 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 1 May 2022 00:47:14 +0200 Subject: [PATCH] starship: actually enable zig --- .config/starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index f5d71f7..92503de 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -170,4 +170,5 @@ style = "bold fg:#5d87bf bg:#333344" format = "[$symbol]($style) " [zig] -disabled = true +disabled = false +format = "[$symbol]($style)"