From cb3491799f61338372b942eea7daa9dd63a87ff1 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 7 Jan 2023 18:01:08 -0600 Subject: fix(tmux): add `~/pkg` to projectr --- tmux/.local/bin/tmux-sessionizer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux/.local/bin') 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 -- cgit v1.2.3-70-g09d2