starship: Enable terraform and typst modules
Explicitly enable terraform and typst version displays (if in directory with terraform state files or .typ files for typst), and change the symbol for the typst module to a feather (which is much nicer than the plain 't' it would display otherwise).
This commit is contained in:
parent
51fd5b51c7
commit
f514ebe008
1 changed files with 9 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ $go\
|
|||
$lua\
|
||||
$nodejs\
|
||||
$python\
|
||||
$terraform\
|
||||
$typst\
|
||||
$package
|
||||
"""
|
||||
|
||||
|
|
@ -81,6 +83,13 @@ symbol = " "
|
|||
style = 'bold yellow'
|
||||
format = "[$symbol]($style)"
|
||||
|
||||
[terraform]
|
||||
disabled = false
|
||||
|
||||
[typst]
|
||||
disabled = false
|
||||
symbol = ' '
|
||||
|
||||
[custom.shell_bash_indicator]
|
||||
command = 'echo '
|
||||
when = ' test "$STARSHIP_SHELL" = "bash" '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue