evanthegrayt / cdc

☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
MIT License
22 stars 0 forks source link

Add specific directories not in CDC_DIRS #58

Open evanthegrayt opened 2 years ago

evanthegrayt commented 2 years ago

I want to be able to cdc .vim, but my .vim directory is in my home directory, which I don't want added to CDC_DIRS.

I'm thinking there should be another array that can be checked for definitions of specific directories. The trick will be getting tab completion to work as expected.