diff options
author | Yigit Sever | 2024-03-01 23:42:04 +0300 |
---|---|---|
committer | Yigit Sever | 2024-03-01 23:42:04 +0300 |
commit | ec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20 (patch) | |
tree | c6decdedb57de176c68bb3ab1e93c953be42a0ad /.config/tmux | |
parent | a64ad4d8a448e9c7ff796b999cbd5d30bd67dbfb (diff) | |
download | dotfiles-ec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20.tar.gz dotfiles-ec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20.tar.bz2 dotfiles-ec4a30d5b0338fd9b06ff5c1b26cabcb9c1f1f20.zip |
nvim: fix tpm install path
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
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 | ||
92 | set -g @sidebar-tree-command 'tree -C' | 92 | set -g @sidebar-tree-command 'tree -C' |
93 | 93 | ||
94 | run -b '~/.local/share/tmux/plugins/tpm/tpm' | 94 | run -b '~/.config/tmux/plugins/tpm/tpm' |