starship: added nerd font OS symbols

This commit is contained in:
Valerie Wolfe 2022-12-29 11:45:52 -05:00
parent 127f75e902
commit 460260fc55

View file

@ -14,14 +14,21 @@ number_threshold = 3
symbol = "✦ " symbol = "✦ "
format = "[$symbol$number]($style)" format = "[$symbol$number]($style)"
[os]
disabled = true
format = "[$symbol]($style) "
[package] [package]
symbol = "" symbol = ""
[shell] [shell]
disabled = true disabled = true
bash_indicator = "" bash_indicator = ""
zsh_indicator = "" nu_indicator = "ν"
format = "$indicator" powershell_indicator = "PS"
zsh_indicator = "zsh"
style="cyan italic"
format = "$indicator($style)"
[shlvl] [shlvl]
disabled = false disabled = false
@ -82,3 +89,20 @@ symbol = "Ruby "
[rust] [rust]
symbol = "Rs " symbol = "Rs "
#symbol = " " #symbol = " "
# ____ _____ _____ __ __
# / __ \/ ___/ / ___/__ ______ ___ / /_ ____ / /____
# / / / /\__ \ \__ \/ / / / __ `__ \/ __ \/ __ \/ / ___/
# / /_/ /___/ / ___/ / /_/ / / / / / / /_/ / /_/ / (__ )
# \____//____/ /____/\__, /_/ /_/ /_/_.___/\____/_/____/
# /____/
[os.symbols]
Arch = ""
Linux = ""
Macos = ""
Mint = ""
Raspbian = ""
#Void = "" # really? no void?
Windows = ""
Unknown = ""