updated tmux to use distrobution tpm
This commit is contained in:
parent
d3e7cde11a
commit
5d74d499e1
@ -56,8 +56,10 @@ bind-key v split-window -h
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# List of plugins.
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @tpm_plugins ' \
|
||||
tmux-plugins/tpm \
|
||||
tmux-plugins/tmux-resurrect \
|
||||
'
|
||||
|
||||
# Initialize TPM (keep this line at the very bottom of your tmux.conf).
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
run '/usr/share/tmux-plugin-manager/tpm'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user