From 88b4b7382894d6f9ad95b2313c7983ada92b7d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 31 Jul 2024 13:28:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tmux):=20set=20resurrect=20fil?= =?UTF-8?q?e=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/plugins.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index eb4c1587..b0c9d675 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -32,4 +32,5 @@ set -g @sessionx-filter-current 'false' # Ressurrect & Continuum set -g @resurrect-capture-pane-contents 'on' -set -g @continuum-restore 'on' +set -g @resurrect-dir '~/.local/share/tmux/resurrect' +# set -g @continuum-restore 'on'