Skip to content

Instantly share code, notes, and snippets.

@dragg
Last active January 8, 2020 18:25
Show Gist options
  • Save dragg/2617e41b9253c703a895d04c6de12b14 to your computer and use it in GitHub Desktop.
Save dragg/2617e41b9253c703a895d04c6de12b14 to your computer and use it in GitHub Desktop.
PHP switching xdebug command's aliases
alias xoff='sudo phpdismod -v 7.3 -s cli xdebug'
alias xon='sudo phpenmod -v 7.3 -s cli xdebug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment