Bake path for cakephp

A super easy way to bake cakephp from anywhere in commandline is to add / append your path in .profile/ .bash_login etc.
Add /cake/cake_1.2.3.8166/cake/console or equiv location of your console directory.
ala:
export PATH=/cake/cake_1.2.2.8120/cake/console:/usr/local/bin:/opt/local/bin:/opt/local/apache2/bin:/opt/local/lib/postgresql82/bin:$PATH
Then run source .bash_login etc to enable it or log out and in again.