diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index d9ebd9b..14b67dc 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -2,8 +2,6 @@ format = """ [](color_orange)\ -$os\ -[ ](bg:color_orange)\ $hostname\ [@](bg:color_orange)\ $username\ @@ -46,31 +44,6 @@ style = "bg:color_orange" symbol = " " style = "bg:color_bg3" -[os] -disabled = false -style = "bg:color_orange fg:color_fg0" - -[os.symbols] -Windows = "󰍲" -Ubuntu = "󰕈" -SUSE = "" -Raspbian = "󰐿" -Mint = "󰣭" -Macos = "󰀵" -Manjaro = "" -Linux = "󰌽" -Gentoo = "󰣨" -Fedora = "󰣛" -Alpine = "" -Android = "" -Arch = "󰣇" -Artix = "󰣇" -CentOS = "" -Debian = "󰣚" -Redhat = "󱄛" -RedHatEnterprise = "󱄛" -NixOS = "" - [username] show_always = true style_user = "bg:color_orange fg:color_fg0"