mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-15 09:44:22 +00:00
3109943822
* docs(os): Add os module documentation * docs(os): Add os to Default Prompt Format * chore(os): Update config file schema * feat(os): Add os entries and declarations * feat(os): Add os module and config * fix(os): Obey config.disabled * feat(os): make variables 'Unknown'-aware refactor(os): calculate variables in dedicated functions * test(os): Add os module tests * feat(os): make 'name' variable less 'Unknown'-aware * docs(os): Add Preset configurations docs(os): Use emoji as default * feat(os): Use emoji as default test(os): Use emoji as default * fix(os): Add spaces after emoji symbols * chore(os): Update config schema * feat(os): Remove `bitness` variable docs(os): Remove `bitness` variable test(os): Remove `bitness` test * feat(os): Add Cargo.toml upgrade caution for os_info * refactor(os): Clarify get_symbol function * docs(os): Mention supported operating systems and feature requests * docs(os): Mention os_info inacurracy * test(os): Remove `bitness` leftovers * refactor(os): use nu_ansi_term * refactor(os): add cfg_attr(schemars(deny_unknown_fields)) * chore(os): update config schema * docs(os): expose details block * feat(os): add garuda linux * chore(os): update config schema * feat(os): add case insensitivity * feat(os): add symbols `IndexMap` use `os_info::Type` instead of `String` * test(os): add clippy warn on new os_info::Type case * leave missing case to test github tests * test(os): re-add missing test case * style(os): fix formatting * docs(os): update to match os_info::Type serialization - docs(os): add missing garuda to config - test(os): mention docs updates in warn_on_os_info_update
125 lines
1.3 KiB
TOML
125 lines
1.3 KiB
TOML
[aws]
|
|
symbol = " "
|
|
|
|
[buf]
|
|
symbol = " "
|
|
|
|
[c]
|
|
symbol = " "
|
|
|
|
[conda]
|
|
symbol = " "
|
|
|
|
[dart]
|
|
symbol = " "
|
|
|
|
[directory]
|
|
read_only = " "
|
|
|
|
[docker_context]
|
|
symbol = " "
|
|
|
|
[elixir]
|
|
symbol = " "
|
|
|
|
[elm]
|
|
symbol = " "
|
|
|
|
[git_branch]
|
|
symbol = " "
|
|
|
|
[golang]
|
|
symbol = " "
|
|
|
|
[guix_shell]
|
|
symbol = " "
|
|
|
|
[haskell]
|
|
symbol = " "
|
|
|
|
[hg_branch]
|
|
symbol = " "
|
|
|
|
[java]
|
|
symbol = " "
|
|
|
|
[julia]
|
|
symbol = " "
|
|
|
|
[lua]
|
|
symbol = " "
|
|
|
|
[memory_usage]
|
|
symbol = " "
|
|
|
|
[meson]
|
|
symbol = "喝 "
|
|
|
|
[nim]
|
|
symbol = " "
|
|
|
|
[nix_shell]
|
|
symbol = " "
|
|
|
|
[nodejs]
|
|
symbol = " "
|
|
|
|
[os.symbols]
|
|
Alpine = " "
|
|
Amazon = " "
|
|
Android = " "
|
|
Arch = " "
|
|
CentOS = " "
|
|
Debian = " "
|
|
DragonFly = " "
|
|
Emscripten = " "
|
|
EndeavourOS = " "
|
|
Fedora = " "
|
|
FreeBSD = " "
|
|
Garuda = " "
|
|
Gentoo = " "
|
|
HardenedBSD = "ﲊ "
|
|
Illumos = " "
|
|
Linux = " "
|
|
Macos = " "
|
|
Manjaro = " "
|
|
Mariner = " "
|
|
MidnightBSD = " "
|
|
Mint = " "
|
|
NetBSD = " "
|
|
NixOS = " "
|
|
OpenBSD = " "
|
|
openSUSE = " "
|
|
OracleLinux = " "
|
|
Pop = " "
|
|
Raspbian = " "
|
|
Redhat = " "
|
|
RedHatEnterprise = " "
|
|
Redox = " "
|
|
Solus = "ﴱ "
|
|
SUSE = " "
|
|
Ubuntu = " "
|
|
Unknown = " "
|
|
Windows = " "
|
|
|
|
[package]
|
|
symbol = " "
|
|
|
|
[python]
|
|
symbol = " "
|
|
|
|
[rlang]
|
|
symbol = "ﳒ "
|
|
|
|
[ruby]
|
|
symbol = " "
|
|
|
|
[rust]
|
|
symbol = " "
|
|
|
|
[scala]
|
|
symbol = " "
|
|
|
|
[spack]
|
|
symbol = "🅢 "
|