From db1c4bc508fc59003e257d32b74c8751f5896cc2 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Wed, 23 Oct 2019 12:05:40 -0400 Subject: [PATCH] Update tmux submodule paths --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8a8d5cb..bed9ed6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[submodule "tmux/.tmux/plugins/tpm"] - path = .tmux/plugins/tpm - url = https://github.com/tmux-plugins/tpm -[submodule "tmux/.tmux-gitbar"] - path = .tmux-gitbar - url = https://github.com/arl/tmux-gitbar [submodule ".config/powerline-shell/powerline-shell"] path = .config/powerline-shell/powerline-shell url = https://github.com/b-ryan/powerline-shell @@ -28,3 +22,9 @@ [submodule ".vim/bundle/vim-signify"] path = .vim/bundle/vim-signify url = https://github.com/mhinz/vim-signify +[submodule ".tmux/plugins/tpm"] + path = .tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm +[submodule ".tmux-gitbar"] + path = .tmux-gitbar + url = https://github.com/arl/tmux-gitbar