We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d1925 commit 5483df2Copy full SHA for 5483df2
EasyKey.git/ezk-git-loca.sh
@@ -44,7 +44,7 @@ if [ -z ${gitlocations+x} ]; then
44
do
45
locationdir=$(echo "$j" | cut -f2 -d'=')
46
eval cd $locationdir
47
- lines=$(eval find $locationdir -name ".git")
+ lines=$(eval find $locationdir -name ".git" -maxdepth 3)
48
while read line; do
49
completelocation=${line::${#line}-5}
50
gitlocations[$index]="${thekeys[$keycounter]} $completelocation toDir $completelocation"
0 commit comments