mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 02:50:42 +00:00
chore(tmux): moved plugins to config/tmux/plugins
This commit is contained in:
@@ -24,7 +24,7 @@ set -g @tpm_plugins ' \
|
||||
'
|
||||
|
||||
# Set plugins install dir
|
||||
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.config/tmux/plugins/'
|
||||
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.dotfiles/config/tmux/plugins/'
|
||||
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
@@ -145,4 +145,4 @@ unbind p
|
||||
bind p paste-buffer
|
||||
|
||||
# Finally run the tmux plugin manager
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
run '~/.dotfiles/config/tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user