From a20e1e1419ca64a79e42e5ca2b323ec02e42e5d5 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 1 Mar 2024 12:42:59 +0200 Subject: [PATCH] fix(tmux): Use tilde instead of $HOME in tmux.conf --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 785443c..bcd7820 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -132,7 +132,7 @@ set -g @continuum-restore 'on' ## https://github.com/tmux-plugins/tmux-resurrect set -g @resurrect-strategy-nvim 'session' -set -g @resurrect-dir '$HOME/.local/state/tmux/tmux-resurrect' +set -g @resurrect-dir '~/.local/state/tmux/tmux-resurrect' ## https://github.com/MunifTanjim/tmux-mode-indicator set -g @mode_indicator_prefix_mode_style 'bg=default,fg=#7aa2f7'