diff --git a/users/modules/starship/default.nix b/users/modules/starship/default.nix index 994aa82..28dfa2d 100644 --- a/users/modules/starship/default.nix +++ b/users/modules/starship/default.nix @@ -2,7 +2,7 @@ programs.starship = { enable = true; settings = { - format = "$shell$shlvl$nix_shell at $directory> "; + format = "$shell$shlvl$nix_shell@ $directory> "; add_newline = false; character = { success_symbol = "[>](bold green)"; @@ -14,7 +14,7 @@ symbol = "shlvl "; format = "on [$symbol$shlvl]($style) "; }; - nix_shell.format = "via [$name]($style)"; + nix_shell.format = "via [$name]($style) "; directory = { truncation_length = 2; truncate_to_repo = false;