diff --git a/home/dot_config/starship.toml.tmpl b/home/dot_config/starship.toml.tmpl index f9dd527..c9b4e97 100644 --- a/home/dot_config/starship.toml.tmpl +++ b/home/dot_config/starship.toml.tmpl @@ -1,28 +1,19 @@ -{{ $mise := joinPath .chezmoi.homeDir ".local/bin/mise" }} - "$schema" = 'https://starship.rs/config-schema.json' +{{ $mise := joinPath .chezmoi.homeDir ".local/bin/mise" }} {{ output $mise "exec" "starship" "--" "starship" "preset" "no-nerd-font" }} -[directory] -style = "blue" - [aws] disabled = true [gcloud] disabled = true -[git_branch] -symbol = "⎇ " - [cmd_duration] disabled = true -[shell] -disabled = false -style = "bright-black" - -[character] -success_symbol = "[❯](purple)" +[directory] +style = "bold blue" +[git_branch] +symbol = "⎇ "