Adjust search_dirs in tmux-sessionizer
This commit is contained in:
		@@ -19,9 +19,7 @@ local search_dirs=(
 | 
				
			|||||||
    $HOMEBOX
 | 
					    $HOMEBOX
 | 
				
			||||||
    $DEVDIR
 | 
					    $DEVDIR
 | 
				
			||||||
    $DEVDIR/git
 | 
					    $DEVDIR/git
 | 
				
			||||||
    $DEVDIR/git/me
 | 
					    $DEVDIR/git/*
 | 
				
			||||||
    $DEVDIR/git/gary
 | 
					 | 
				
			||||||
    $DEVDIR/git/other
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
local selected_path=''
 | 
					local selected_path=''
 | 
				
			||||||
[[ $# -eq 1 ]] && selected_path=$1 ||
 | 
					[[ $# -eq 1 ]] && selected_path=$1 ||
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user