aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rwxr-xr-xtmux/.local/bin/tmux-projectr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.local/bin/tmux-projectr b/tmux/.local/bin/tmux-projectr
index 2667ac5..77116dc 100755
--- a/tmux/.local/bin/tmux-projectr
+++ b/tmux/.local/bin/tmux-projectr
@@ -15,7 +15,7 @@ if [ "$#" -eq 0 ]; then
# shellcheck disable=2046
set -- $(
- projectr -mgt ~/.local/src ~/.local/pkg -P ~/.dotfiles --exclude-cwd |
+ projectr -mgt ~/.local/src -P ~/.dotfiles --exclude-cwd |
fzf-tmux -p100,30 -- --tac --exit-0 -d/ --with-nth -1 \
--bind "focus:transform-header(echo {} | sed 's|$HOME|~|')" \
--preview-window='right,60,<60(hidden)' --preview="$PREVIEW_CMD"