chore(starship): tweak direnv display to be less annoying

This commit is contained in:
2024-04-03 10:38:03 +01:00
parent 7a81ddff58
commit 5b28ca6028

View File

@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# jimeh's Starship Config
# ------------------------------------------------------------------------------
# Version: 0.3.0
# Version: 0.3.1
# URL: https://github.com/jimeh/dotfiles/blob/main/config/starship.toml
# ------------------------------------------------------------------------------
# This is minimalistic Starship (https://starship.rs/) prompt setup with most
@@ -452,12 +452,12 @@ disabled = false
[direnv]
symbol = ' '
format = '( [$symbol]($style)[($loaded(/$allowed))](red))'
format = '( [$symbol]($style)[(($loaded/)$allowed)](red))'
allowed_msg = ''
denied_msg = 'denied'
loaded_msg = ''
not_allowed_msg = 'not allowed'
unloaded_msg = 'not loaded'
unloaded_msg = ''
disabled = false
style = 'bold green'