diff --git a/nix/core.nix b/nix/core.nix index 97f57cc..ca99f15 100644 --- a/nix/core.nix +++ b/nix/core.nix @@ -51,6 +51,9 @@ deno yarn + # Python + black + # Golang go gopls diff --git a/starship/starship.toml b/starship/starship.toml index 34ec3dd..1834142 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -53,6 +53,13 @@ disabled = true disabled = true ##################### +[character] +success_symbol = "[](bold green)" +error_symbol = "[](bold red)" + +[time] +disabled = false +format = "at [$time]($style) " [container] symbol = "" @@ -66,7 +73,7 @@ disabled = false disabled = false symbol = "" style = "bold blue" -format = 'on [$symbol$context(\($namespace\))]($style) in ' +format = '[k8s $symbol$context(\($namespace\))]($style) in ' [package] disabled = false