diff options
| author | ryukamish <[email protected]> | 2026-04-23 18:18:28 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-23 18:18:28 +0530 |
| commit | f670cd5c09780d253fb90aa1e4cdca4bce927f9f (patch) | |
| tree | b0a24121aeeff2a7d7f55539a8270bfb13b959d6 /scripts | |
| parent | 87c2a2146205d790f15754ea62f2effeff9201f8 (diff) | |
fix: better search paths with additional search paths
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/tmux-sessionizer | 3 |
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 |
