From 64dd34f2de9f30913d0d89bfe9815d42a0ed9db7 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:45:56 -0500 Subject: [PATCH] Rearrange --- home/dot_config/starship.toml.tmpl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/home/dot_config/starship.toml.tmpl b/home/dot_config/starship.toml.tmpl index 2970114..c9b4e97 100644 --- a/home/dot_config/starship.toml.tmpl +++ b/home/dot_config/starship.toml.tmpl @@ -1,20 +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 + +[directory] +style = "bold blue" + +[git_branch] +symbol = "⎇ "