commit f670cd5c09780d253fb90aa1e4cdca4bce927f9f
parent 87c2a2146205d790f15754ea62f2effeff9201f8
Author: ryukamish <[email protected]>
Date: Thu, 23 Apr 2026 18:18:28 +0530
fix: better search paths with additional search paths
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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