diff options
author | EuAndreh <eu@euandre.org> | 2022-10-10 17:38:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-10 17:38:48 -0300 |
commit | 219cca48ea4a08e20cc1b07d7473ca99afff5d82 (patch) | |
tree | 24fa9d797f8e8b3bc3577833859ecef3542b0532 | |
parent | etc/tmux/tmux.conf: Save continuum data once every hour (diff) | |
download | dotfiles-219cca48ea4a08e20cc1b07d7473ca99afff5d82.tar.gz dotfiles-219cca48ea4a08e20cc1b07d7473ca99afff5d82.tar.xz |
etc/tmux/tmux.conf: Add "make" to the allow-list of ressurectable commands
-rw-r--r-- | etc/tmux/tmux.conf | 2 |
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 |