From f670cd5c09780d253fb90aa1e4cdca4bce927f9f Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 23 Apr 2026 18:18:28 +0530 Subject: fix: better search paths with additional search paths --- scripts/tmux-sessionizer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/tmux-sessionizer b/scripts/tmux-sessionizer index e7251da..42064e7 100755 --- a/scripts/tmux-sessionizer +++ b/scripts/tmux-sessionizer @@ -9,10 +9,11 @@ PANE_CACHE_FILE="$PANE_CACHE_DIR/panes.cache" # ------------------------ # # file: ~/.config/tmux-sessionizer/tmux-sessionizer.conf # # If set this override the default TS_SEARCH_PATHS (~/ ~/personal ~/personal/dev/env/.config) -TS_SEARCH_PATHS=(~/git ~/Documents ~/.config ~/.local) +# TS_SEARCH_PATHS=(~/git ~/Documents ~/.config ~/.local) # # If set this add additional search paths to the default TS_SEARCH_PATHS # # The number prefix is the depth for the Path [OPTIONAL] # TS_EXTRA_SEARCH_PATHS=(~/ghq:3 ~/Git:3 ~/.config:2) +TS_EXTRA_SEARCH_PATHS=(~/git ~/Documents ~/.config ~/.local) # # if set this override the TS_MAX_DEPTH (1) # TS_MAX_DEPTH=2 # This is not meant to override .tmux-sessionizer. At first i thought this -- cgit v1.3