diff --git a/home/terminal/shell/starship.nix b/home/terminal/shell/starship.nix index ebbf7ec..0ddba82 100644 --- a/home/terminal/shell/starship.nix +++ b/home/terminal/shell/starship.nix @@ -4,11 +4,6 @@ enableTransience = true; settings = { add_newline = true; - - cmd_duration = { - style = "yellow"; - format = "[ $duration]($style)"; - }; }; }; } diff --git a/modules/theme/default.nix b/modules/theme/default.nix index 2de6891..fd5a41e 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -230,12 +230,19 @@ in { ''; starship.settings = { + directory = { + style = "bold yellow"; + }; character = { format = "$symbol "; success_symbol = "[➜](bold green)"; error_symbol = "[✗](bold red)"; vicmd_symbol = "[](bold green)"; }; + cmd_duration = { + style = "yellow"; + format = "[ $duration]($style)"; + }; }; nvf.settings.vim.theme = {