aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-07 18:01:08 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-07 18:01:08 -0600
commitcb3491799f61338372b942eea7daa9dd63a87ff1 (patch)
tree9f3fddda2ed19c7c4db1de4580722e00ba2d4c36 /tmux/.local/bin
parentcaf96254de7aba3000fca9423a8cce270afd25ce (diff)
fix(tmux): add `~/pkg` to projectr
Diffstat (limited to 'tmux/.local/bin')
-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 53211b2..9238b43 100755
--- a/tmux/.local/bin/tmux-sessionizer
+++ b/tmux/.local/bin/tmux-sessionizer
@@ -10,7 +10,7 @@ if [ "$#" -eq 0 ]; then
HEIGHT=$([ "$lines" -gt "40" ] && printf %s "40" || printf %s "90%")
# shellcheck disable=2046
- set -- $(projectr ~/src ~/dkr ~/.dotfiles --git --max-depth=3 | sed "\|^$(tmux display -p '#{session_path}')\$|d" |
+ set -- $(projectr ~/dkr ~/pkg ~/src ~/.dotfiles --git --max-depth=3 | sed "\|^$(tmux display -p '#{session_path}')\$|d" |
fzf-tmux -p "$WIDTH,$HEIGHT" -- --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