diff --git a/bin/t b/bin/t index 55e193c..8196029 100755 --- a/bin/t +++ b/bin/t @@ -23,16 +23,8 @@ else ! -path "${HOME}/Code/tmp/*" ) - # Include GitLab repositories that are within multi-level project and group directories. - items+=" " - items+=$(find "${HOME}/Code/gitlab.com" \ - -maxdepth 4 \ - -mindepth 3 \ - -type d \ - ! -path "${HOME}/Code/gitlab.com/opdavies/wiki/*" \ - ) - # Add the top-level directories within ~/Code/tmp. + # TODO: only do this if the ~/Code/tmp directory exists. items+=" " items+=$(find "${HOME}/Code/tmp" \ -maxdepth 1 \