diff options
-rw-r--r-- | etc/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index 4f4bd34..93efdf9 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -92,5 +92,5 @@ set -g @continuum-restore 'on' set -g @continuum-save-interval '60' set -g @resurrect-capture-pane-contents 'on' 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 +run-shell ~/.guix-home/profile/share/tmux-plugins/resurrect/resurrect.tmux +run-shell ~/.guix-home/profile/share/tmux-plugins/continuum/continuum.tmux |