Assuming the following:
CDC_DIRS=(dir1 dir2)
cdc repo
and the following directories both exist
We need to ask the user which one to cd to. Currently, it will just cd to the first instance it finds.
We should gather existing directories in an array, and if the array's size is > 1, prompt the user. Consider using the select command.