Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 278 Bytes

2021-01-11.md

File metadata and controls

8 lines (5 loc) · 278 Bytes

$CDPATH defines the search path for cd in bash

From the bash man page:

The search path for the cd command. This is a colon-separated list of directories in which the shell looks for destination directories specified by the cd command. A sample value is ".:~:/usr".