From fdc1453044d1eaa16c95c7c7ad848ef6102f69f3 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 7 Nov 2023 00:19:06 +0100 Subject: [PATCH] test starship config --- modules/home/starship/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index c83351c..7c8d146 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -9,7 +9,7 @@ settings = { directory = { - format = "[](bold #89b4fa)[ $path ]($style)"; + format = "[ ](bold #89b4fa)[ $path ]($style)"; style = "bold #b4befe"; }; @@ -19,13 +19,13 @@ # error_symbol = "[ ](bold #89dceb)[ ✗](bold red)"; }; - # directory.substitutions = { - # "Documents" = " "; - # "Downloads" = " "; - # "Music" = " "; - # "Pictures" = " "; - # "~" = " "; - # }; + directory.substitutions = { + "~" = " "; + # "Documents" = " "; + # "Downloads" = " "; + # "Music" = " "; + # "Pictures" = " "; + }; palette = "catppuccin_mocha"; } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");