From 6d8e8efa3edd18afab57ff73a32453b610b2d721 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 15 Jun 2024 15:55:54 -0400 Subject: [PATCH] Added Ubuntu character to starship --- .config/starship.toml##template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/starship.toml##template b/.config/starship.toml##template index 07969d5..d3352cd 100644 --- a/.config/starship.toml##template +++ b/.config/starship.toml##template @@ -23,6 +23,9 @@ format = """\ {% if yadm.distro == "Arch" %} [󰣇 ](bg:#7DF9AA fg:#090c0c)\ {% endif %} +{% if yadm.distro == "Ubuntu" %} +[ ](bg:#7DF9AA fg:#090c0c)\ +{% endif %} {% if yadm.distro_family == "Debian" %} [ ](bg:#7DF9AA fg:#090c0c)\ {% endif %}