dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 8b3f1e71e4242dbed8954a4d17a8f2d00aae6980
parent a1869d1c03a42974ff6060e7606062979482ee0f
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 30 May 2024 21:38:33 +0100

fix(tmux): moved plugins

Diffstat:
Mtmux/.config/tmux/tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -189,4 +189,4 @@ bind-key -T root F11 \ refresh-client -S # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run -b '~/.tmux/plugins/tpm/tpm' +run -b '~/.config/tmux/plugins/tpm/tpm'