mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(starship): minor tweak to tool versions
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# jimeh's Starship Config
|
# jimeh's Starship Config
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Version: 0.2.3
|
# Version: 0.2.4
|
||||||
# URL: https://github.com/jimeh/dotfiles/blob/main/config/starship.toml
|
# URL: https://github.com/jimeh/dotfiles/blob/main/config/starship.toml
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# This is minimalistic Starship (https://starship.rs/) prompt setup with most
|
# This is minimalistic Starship (https://starship.rs/) prompt setup with most
|
||||||
@@ -290,9 +290,9 @@ format = '( [$symbol$version]($style))'
|
|||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[dotnet]
|
[dotnet]
|
||||||
symbol = ' '
|
symbol = ' '
|
||||||
format = '( [$symbol($version)( 🎯 $tfm)]($style))'
|
format = '( [$symbol($version)( 🎯 $tfm)]($style))'
|
||||||
disabled = true
|
disabled = false
|
||||||
|
|
||||||
[elixir]
|
[elixir]
|
||||||
symbol = ' '
|
symbol = ' '
|
||||||
|
|||||||
Reference in New Issue
Block a user