Skip to content

Commit

Permalink
feat(starship): change some language symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
mrolli committed Oct 8, 2024
1 parent 9d7b1fd commit d66c201
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ stashed = "\\$${count}"
staged = "++${count}"
conflicted = "[](red)${count} "

[golang]
symbol = ''

[hostname]
disabled = false
format = "on [$hostname]($style) "
Expand All @@ -89,9 +92,16 @@ style = 'red'
number_threshold = 1
format = '[$symbol]($style)'

[lua]
symbol = ''

[nodejs]
symbol = ''
detect_extensions = ["mjs", "cjs", "ts", "mts", "cts"]

[package]
symbol = '󰏗 '

[php]
symbol = "🐘"

Expand All @@ -101,6 +111,12 @@ pyenv_version_name = false
pyenv_prefix = ''
style = 'yellow'

[rust]
symbol = ''

[ruby]
symbol = ''

[terraform]
format = 'via [$symbol$version \($workspace\)]($style) '

Expand Down

0 comments on commit d66c201

Please sign in to comment.