From 1670acf5cca6d2e493004e70e10fc176e8fcac53 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 4 Apr 2024 15:26:58 +0300 Subject: [PATCH] ref(tmux) --- home/user/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/tmux.conf b/home/user/.config/tmux/tmux.conf index 800bb33..4ff05d0 100644 --- a/home/user/.config/tmux/tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -4,8 +4,8 @@ source-file "$HOME/.config/tmux/mappings.conf" source-file "$HOME/.config/tmux/options.conf" source-file "$HOME/.config/tmux/style.conf" source-file "$HOME/.config/tmux/aliases.conf" -source-file "$HOME/.config/tmux/plugins.conf" if-shell 'test -n "$SSH_CLIENT"' 'source-file "$HOME/.config/tmux/remote.conf"' +source-file "$HOME/.config/tmux/plugins.conf" run -b "$HOME/.config/tmux/plugins/tpm/tpm" \ No newline at end of file