Last active
May 16, 2016 23:51
-
-
Save kadimi/81da6f1252dd47490051704d3d9b4340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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