From b5938ef1e387a2e1242fc7c949be132f17918be6 Mon Sep 17 00:00:00 2001 From: c Date: Thu, 29 Dec 2022 02:19:02 -0600 Subject: [PATCH] sesson stuff --- tmux/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 21e6b79..b4e7ba6 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -47,12 +47,15 @@ set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager # set -g @themepack 'powerline/default/yellow' # source ~/.config/tmux/statusline.conf +set -g @plugin 'xamut/tmux-weather' +set-option -g status-right "#{weather}" set -g @plugin 'egel/tmux-gruvbox' set -g @tmux-gruvbox 'dark' # or 'light' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @resurrect-strategy-nvim 'session' # initializes tmux plugin manager - keep this at the bottom run '~/.config/tmux/plugins/tpm/tpm'