$CDPATH=:..:~:~/projects
Set CDPATH to ease navigation
CDPATH tells the cd command to look in this colon-separated list of directories for your destination. My preferred order are
1) the current directory, specified by the empty string between the = and the first colon,