you can make symbolic link to it.
ln -s EXISTING_PATH LINK_NAME
e.g.
ln -s ~/Documents/books ~/Desktop/
Reference
Enter into a directory through an alias in Mac OS X terminal
you can make symbolic link to it.
ln -s EXISTING_PATH LINK_NAME
ln -s ~/Documents/books ~/Desktop/
Enter into a directory through an alias in Mac OS X terminal