fix(tmux): Use tilde instead of $HOME in tmux.conf

This commit is contained in:
2024-03-01 12:42:59 +02:00
parent 8328f4cd19
commit a20e1e1419

View File

@@ -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'