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