mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(prompt): configure starship's buf module
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# jimeh's Starship Config
|
# jimeh's Starship Config
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Version: 0.1.1
|
# Version: 0.1.2
|
||||||
# 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
|
||||||
@@ -221,6 +221,11 @@ disabled = false
|
|||||||
# Languages
|
# Languages
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
[buf]
|
||||||
|
format = "( [$symbol($version)]($style))"
|
||||||
|
symbol = " "
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[cmake]
|
[cmake]
|
||||||
format = "( [$symbol$version]($style))"
|
format = "( [$symbol$version]($style))"
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|||||||
Reference in New Issue
Block a user