diff --git a/.config/starship.toml##template b/.config/starship.toml##template index ebbb213..895e9b5 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 == "Gentoo" %} +[ ](bg:#7DF9AA fg:#090c0c)\ +{% endif %} {% if yadm.distro == "Linuxmint" %} [ ](bg:#7DF9AA fg:#090c0c)\ {% endif %} diff --git a/.tmux/tmux.conf b/.tmux/tmux.conf index bc4d51d..730f57f 100644 --- a/.tmux/tmux.conf +++ b/.tmux/tmux.conf @@ -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'