xdebug with php comman
alias xphp="XDEBUG_CONFIG="idekey=PHPSTORM" PHP_IDE_CONFIG="serverName=devbox.vaimo.test" php -d memory_limit=1G -d xdebug.remote_host=`echo $SSH_CLIENT | cut -d \"=\" -f 2 | awk '{print $1}'`"