Add Gentoo to starship

This commit is contained in:
Eric Renfro 2024-08-10 19:13:41 -04:00
parent 563fdc5dac
commit bf2b491f09
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,9 @@ format = """\
{% if yadm.distro == "Arch" %}
[󰣇 ](bg:#7DF9AA fg:#090c0c)\
{% endif %}
{% if yadm.distro == "Gentoo" %}
[ ](bg:#7DF9AA fg:#090c0c)\
{% endif %}
{% if yadm.distro == "Linuxmint" %}
[ ](bg:#7DF9AA fg:#090c0c)\
{% endif %}

View file

@ -193,6 +193,7 @@ set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-host.git'
set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators.git'
#set -g @plugin 'jimeh/tmuxifier'
set -g @yank_action 'copy-pipe'