Is there a way to get into an alias directory from shell with the command \"cd\" ? It always returns that \"htdocs\" isn\'t a directory.
Edit: I made the shortcut with t
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