From 4f64acd7fd062e373693680b0793b67e41e56c91 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 24 Jun 2024 15:45:02 -0400 Subject: [PATCH] Added Linuxmint to starship config --- .config/starship.toml##template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/starship.toml##template b/.config/starship.toml##template index d3352cd..c1732f8 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 == "Linuxmint" %} +[ ](bg:#7DF9AA fg:#090c0c)\ +{% endif %} {% if yadm.distro == "Ubuntu" %} [ ](bg:#7DF9AA fg:#090c0c)\ {% endif %}