Skip to content

Commit 5483df2

Browse files
committed
Increased Speed of Project Lookup in workspace
1 parent 10d1925 commit 5483df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EasyKey.git/ezk-git-loca.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ -z ${gitlocations+x} ]; then
4444
do
4545
locationdir=$(echo "$j" | cut -f2 -d'=')
4646
eval cd $locationdir
47-
lines=$(eval find $locationdir -name ".git")
47+
lines=$(eval find $locationdir -name ".git" -maxdepth 3)
4848
while read line; do
4949
completelocation=${line::${#line}-5}
5050
gitlocations[$index]="${thekeys[$keycounter]} $completelocation toDir $completelocation"

0 commit comments

Comments
 (0)