$CDPATH
The `path` completer runs for many commands (which is the correct behavior) but we are adding in possible `CDPATH` completions for commands other than `cd` which doesn't make any sense since only `cd` supports path resolution via `CDPATH`.