From bf2b491f095cd5224e32cb7fc5c989c12f4b8ecc Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 10 Aug 2024 19:13:41 -0400 Subject: [PATCH] Add Gentoo to starship --- .config/starship.toml##template | 3 +++ .tmux/tmux.conf | 1 + 2 files changed, 4 insertions(+) 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'