diff options
author | EuAndreh <eu@euandre.org> | 2022-10-30 02:07:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-30 02:07:12 -0300 |
commit | 4fb5522217c4d7e2452f8341e2750b80543945b8 (patch) | |
tree | 47043402b4fa863cbf790420ca95b3bb1dec2cc3 /etc/tmux/tmux.conf | |
parent | bin/bins: Allow multiple instances to be ran concurrently (diff) | |
download | dotfiles-4fb5522217c4d7e2452f8341e2750b80543945b8.tar.gz dotfiles-4fb5522217c4d7e2452f8341e2750b80543945b8.tar.xz |
etc/tmux/tmux.conf: Use plugins from Guix home profile
Diffstat (limited to 'etc/tmux/tmux.conf')
-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 |