Add Gentoo to starship
This commit is contained in:
parent
563fdc5dac
commit
bf2b491f09
2 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue