From bb464ba1776e65596d9b9ba384be1603fe10eef9 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 May 2024 21:24:43 +0200 Subject: [PATCH] change starship config --- modules/home/starship.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/starship.nix b/modules/home/starship.nix index 0858c08..6c6f448 100644 --- a/modules/home/starship.nix +++ b/modules/home/starship.nix @@ -8,7 +8,7 @@ enableNushellIntegration = true; settings = { - right_format = "$cmd_duration"; + # right_format = "$cmd_duration"; directory = { format = "[ ](bold #89b4fa)[ $path ]($style)"; @@ -38,4 +38,4 @@ palette = "catppuccin_mocha"; } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml"); }; -} \ No newline at end of file +}