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

@@ -4,7 +4,7 @@ if test -x /opt/homebrew/bin/brew
end
if command -q starship
source (starship init fish --print-full-init | psub)
starship init fish --print-full-init | source
end
# Want this at the bottom to put this path first

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)'