Skip to content

Commit

Permalink
[tmux] fixes tpm not finding plugins issue
Browse files Browse the repository at this point in the history
  • Loading branch information
samm81 committed Jul 18, 2019
1 parent ec27d7f commit e25a104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ set -g @plugin 'tmux-plugins/tpm'

# tmux continuum
# @ressurrect-strategy-vim 'session' goes well with vim-obsession
if-shell "[ ! -z ${TMUX_CONTINUUM} ]" \
"set -g @plugin 'tmux-plugins/tmux-resurrect' ; \
if-shell "[ ! -z ${TMUX_CONTINUUM} ]" " \
set -g @plugin 'tmux-plugins/tmux-resurrect' ; \
set -g @plugin 'tmux-plugins/tmux-continuum' ; \
set -g @continuum-restore 'on' ; \
set -g @continuum-save-interval '5' ; \
Expand All @@ -115,4 +115,4 @@ PLUGINS=' \
if-shell "[ ! -d ${HOME}/.tmux ]" 'set-hook -g session-created ${NO_PLUGINS}' 'set-hook -g session-created ${PLUGINS}'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
run -b '~/.tmux/plugins/tpm/tpm'

0 comments on commit e25a104

Please sign in to comment.