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 %}