cd后自动ls

function cd { command cd $1 && ls;} AT ~/.bash_profile ... read more