about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/starship/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/hm/soispha/conf/starship/default.nix b/hm/soispha/conf/starship/default.nix
index b4c879b5..ba531c83 100644
--- a/hm/soispha/conf/starship/default.nix
+++ b/hm/soispha/conf/starship/default.nix
@@ -37,10 +37,11 @@
       };
       status = {
         disabled = false;
-        format = ''[($common_meaning \($status\))($signal_name \($signal_number\)))]($style)'';
+        format = "[($common_meaning \\($status\\))($signal_name \\($signal_number\\)))]($style)";
       };
       time = {
-        format = ''[\[$time\]]($style)'';
+        disabled = false;
+        format = "[\\[$time\\]]($style)";
       };
       username = {
         format = "as [$user]($style) ";
@@ -58,7 +59,7 @@
       git_commit = {
         tag_disabled = false;
         tag_symbol = "v";
-        format = ''[(\[($hash$tag\])]($style)'';
+        format = "[(\\[($hash$tag\\])]($style)";
       };
       directory = {
         truncate_to_repo = true;