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");