pub const CDPATH: &str = "CDPATH";
The name of the CDPATH variable
CDPATH
The CDPATH variable is used by the cd built-in to search for directories. Its value is a colon-separated list of directories.
cd