Skip to content

Instantly share code, notes, and snippets.

@kadimi
Last active May 16, 2016 23:51
Show Gist options
  • Save kadimi/81da6f1252dd47490051704d3d9b4340 to your computer and use it in GitHub Desktop.
Save kadimi/81da6f1252dd47490051704d3d9b4340 to your computer and use it in GitHub Desktop.
# Xdebug aliases
alias xdebug_on='sudo phpenmod xdebug; sudo service php7.0-fpm restart;'
alias xdebug_off='sudo phpdismod xdebug; sudo service php7.0-fpm restart;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment