From 654a25907a2f3cceff7acd22aeb7e19909ac917d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 13 Jul 2021 13:02:19 -0400 Subject: tmux config update --- tmux/.config/tmux/tmux.conf | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 6b00081..058d407 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -21,7 +21,7 @@ set -g prefix C-a unbind C-b bind C-a send-prefix -set-environment -g TMUX_PLUGIN_MANAGER_PATH "$XDG_CONFIG_HOME/tmux/plugins" +set-environment -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.config/tmux/plugins" # List of plugins set -g @plugin 'tmux-plugins/tpm' @@ -38,16 +38,6 @@ set -g @tpm_plugins ' \ jimeh/tmux-themepack \ ' -#source-file $HOME/.tmux/plugins/dwm.tmux -#source-file "$XDG_CONFIG_HOME/tmux/plugins/dwm.tmux" - -# Other examples: -# set -g @plugin 'github_username/plugin_name' -# set -g @plugin 'git@github.com/user/plugin' -# set -g @plugin 'git@bitbucket.com/user/plugin' - - -#set -g @resurrect-dir '$HOME/.config/tmux/resurrect' set -g @resurrect-dir '$XDG_CONFIG_HOME/tmux/resurrect' set -g status-keys vi setw -g mode-keys vi @@ -63,4 +53,4 @@ set -g @themepack 'powerline/block/magenta' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm" +run "$HOME/.config/tmux/plugins/tpm/tpm" -- cgit v1.2.3