Constant CDPATH

Source
pub const CDPATH: &str = "CDPATH";
Expand description

The name of the CDPATH variable

The CDPATH variable is used by the cd built-in to search for directories. Its value is a colon-separated list of directories.