From 090ba124d0f78c3e285b30aff76e6d97bf2fe28b Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 20 Feb 2024 22:15:51 -0600 Subject: [PATCH] removed starship os. --- starship/.config/starship.toml | 27 --------------------------- 1 file changed, 27 deletions(-) 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"