summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-03-01 23:42:04 +0300
committerYigit Sever2024-03-01 23:42:04 +0300
commitec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20 (patch)
treec6decdedb57de176c68bb3ab1e93c953be42a0ad
parenta64ad4d8a448e9c7ff796b999cbd5d30bd67dbfb (diff)
downloaddotfiles-ec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20.tar.gz
dotfiles-ec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20.tar.bz2
dotfiles-ec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20.zip
nvim: fix tpm install path
-rw-r--r--.config/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 84638e0..eef160d 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -91,4 +91,4 @@ set -g @plugin 'laktak/extrakto'
91 91
92set -g @sidebar-tree-command 'tree -C' 92set -g @sidebar-tree-command 'tree -C'
93 93
94run -b '~/.local/share/tmux/plugins/tpm/tpm' 94run -b '~/.config/tmux/plugins/tpm/tpm'