diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index bd1d909..1701470 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -10,7 +10,6 @@ ghq.enable = true; git.enable = true; neovim.enable = true; - starship.enable = true; utils.enable = true; vifm.enable = true; zsh.enable = true; diff --git a/hosts/mrmeeseeks/home-config.nix b/hosts/mrmeeseeks/home-config.nix index a507446..c253bdb 100644 --- a/hosts/mrmeeseeks/home-config.nix +++ b/hosts/mrmeeseeks/home-config.nix @@ -10,7 +10,6 @@ ghq.enable = true; git.enable = true; neovim.enable = true; - starship.enable = true; utils.enable = true; vifm.enable = true; zsh.enable = true; diff --git a/modules/home-manager/cli/starship/default.nix b/modules/home-manager/cli/starship/default.nix index 2ae30bc..afb8298 100644 --- a/modules/home-manager/cli/starship/default.nix +++ b/modules/home-manager/cli/starship/default.nix @@ -12,14 +12,10 @@ in enable = true; enableZshIntegration = true; settings = { - format = "$username$hostname$directory$git_branch$git_state$git_status$cmd_duration$line_break$python$nix_shell$character"; + format = "$username$hostname$directory$git_branch$git_state$git_status$cmd_duration$line_break $python$nix_shell$character"; directory = { style = "blue"; truncate_to_repo = false; - truncation_length = 6; - truncation_symbol = "…/"; - read_only = "󰌾 "; - format = "[$read_only]($read_only_style)[$path]($style) "; }; character = { success_symbol = "[󰅂](purple)"; @@ -31,7 +27,7 @@ in style = "bright-black"; }; git_status = { - format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style) "; + format = "[[( *$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style) "; style = "cyan"; conflicted = "​"; untracked = "​";