you'll have to do it something like this :
Code:
function chl(){
cd $1 ; ls ;
}
alias chg='chl'
then type :
to make it take effect, and then you could type something like :
and it will change to the Mail folder in this example and list the directory
contents ...