aboutsummaryrefslogtreecommitdiff
path: root/etc/tmux/tmux.conf
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-10 17:38:38 -0300
committerEuAndreh <eu@euandre.org>2022-10-10 17:38:48 -0300
commit219cca48ea4a08e20cc1b07d7473ca99afff5d82 (patch)
tree24fa9d797f8e8b3bc3577833859ecef3542b0532 /etc/tmux/tmux.conf
parentetc/tmux/tmux.conf: Save continuum data once every hour (diff)
downloaddotfiles-219cca48ea4a08e20cc1b07d7473ca99afff5d82.tar.gz
dotfiles-219cca48ea4a08e20cc1b07d7473ca99afff5d82.tar.xz
etc/tmux/tmux.conf: Add "make" to the allow-list of ressurectable commands
Diffstat (limited to 'etc/tmux/tmux.conf')
-rw-r--r--etc/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf
index 08a1bd9..4f4bd34 100644
--- a/etc/tmux/tmux.conf
+++ b/etc/tmux/tmux.conf
@@ -91,6 +91,6 @@ set -g @resurrect-dir '~/.usr/share/tmux/resurrect'
set -g @continuum-restore 'on'
set -g @continuum-save-interval '60'
set -g @resurrect-capture-pane-contents 'on'
-set -g @resurrect-processes '~ssh ~e "~alot->alot" "~ranger->ranger" "~newsboat->newsboat" "~entr->entr" "~git->git" "~info->info"'
+set -g @resurrect-processes '~make ~ssh ~e "~alot->alot" "~ranger->ranger" "~newsboat->newsboat" "~entr->entr" "~git->git" "~info->info"'
run-shell ~/dev/tmux/tmux-resurrect/resurrect.tmux
run-shell ~/dev/tmux/tmux-continuum/continuum.tmux