Skip to content

Commit

Permalink
Rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Jan 7, 2025
1 parent 2910b77 commit 1c47cb1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions home/dot_config/starship.toml.tmpl
Original file line number Diff line number Diff line change
@@ -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 = "⎇ "

0 comments on commit 1c47cb1

Please sign in to comment.