Anicky of Micropole Lyon Pole web
4/16/2016 - 9:30 AM

Useful alias

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"