summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/tmux-sessionizer3
1 files changed, 2 insertions, 1 deletions
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