Added Linuxmint to starship config
This commit is contained in:
parent
41c1728083
commit
4f64acd7fd
1 changed files with 3 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue