starship: added nerd font OS symbols
This commit is contained in:
parent
127f75e902
commit
460260fc55
1 changed files with 34 additions and 10 deletions
|
@ -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 = ""
|
||||||
|
|
Loading…
Reference in a new issue