starship: add shell indicator

This commit is contained in:
David Tomaschik
2025-06-05 18:23:49 -07:00
parent 0b5ca1cefc
commit ee7f78e99c
2 changed files with 11 additions and 1 deletions

View File

@@ -17,3 +17,13 @@ show_always = true
[ruby]
detect_variables = []
[shell]
fish_indicator = '󰈺 '
zsh_indicator = ''
bash_indicator = ''
powershell_indicator = '_'
unknown_indicator = '??'
style = 'cyan bold'
disabled = false
format = '[$indicator]($style)'