Useful alias
#Git pull with autocomplete git-pull-rebase="git pull --rebase" # SF clear cache cac="php app/console cache:clear" # Pretty ll ll="ls -alh" # Automatic impersonation of www-data user when calling PHP php="sudo -u www-data php"