From 6713c7d01469385934a2099dd5d7d8f11fc7bc19 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 17:40:02 +0100 Subject: [PATCH] change starship config --- modules/home/starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index 2c6945f..a3f7a4f 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -8,7 +8,7 @@ enableNushellIntegration = true; settings = { - right_format = """$cmd_duration"""; + right_format = "$cmd_duration"; directory = { format = "[ ](bold #89b4fa)[ $path ]($style)";