summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-05 18:50:57 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-05 18:50:57 -0500
commitbbfd579b7aec2a3a6053da1e9c7204c9157f5e6c (patch)
treeba8d36d3a5f04163f10acd60cf4773c16d1ac26a /tmux/.local
parent2a6806f0a71a82371c37ad56488f19cc01c3cd06 (diff)
fix(tmux): update projectr opts for dev version
Diffstat (limited to 'tmux/.local')
-rwxr-xr-xtmux/.local/bin/tmux-sessionizer2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.local/bin/tmux-sessionizer b/tmux/.local/bin/tmux-sessionizer
index 7f0a4af..6b50fe1 100755
--- a/tmux/.local/bin/tmux-sessionizer
+++ b/tmux/.local/bin/tmux-sessionizer
@@ -5,7 +5,7 @@ if [ "$#" -eq 0 ]; then
PREVIEW_CMD='sel={}; less ${sel:-{q}} 2>/dev/null'
# shellcheck disable=2046
- set -- $(projectr ~/dkr ~/pkg ~/src ~/.dotfiles --git --max-depth=3 | sed "\|^$(tmux display -p '#{session_path}')\$|d" |
+ set -- $(projectr ~/dkr ~/pkg ~/src -agP ~/.dotfiles | sed "\|^$(tmux display -p '#{session_path}')\$|d" |
fzf-tmux "$FZF_TMUX_OPTS" -- --tac --multi --print-query -d/ --with-nth -1 \
--preview-window='right,75%,<80(up,75%,border-bottom)' --preview="$PREVIEW_CMD" |
tr -s '\n' ' ') && [ $# -gt 1 ] && shift