alias ll="ls -alFh"
alias memflush="echo \"flush_all\" | nc servicememcached 11211 -q 1"
alias xon="export XDEBUG_CONFIG=\"idekey=phpstorm-xdebug\"; export XDEBUG_CONFIG=\"remote_enable=1\""
alias xoff="export XDEBUG_CONFIG=\"\"; export XDEBUG_CONFIG=\"remote_enable=0\""
alias test="vendor/bin/simple-phpunit --exclude-group ignored"
alias test-ignored="vendor/bin/simple-phpunit --group ignored"
alias test-all="vendor/bin/simple-phpunit"
alias sf="app/console"
alias sfcc="rm -Rf var/cache/*"
