Skip to content

Commit

Permalink
fix(aliases): php config path
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge07 committed Feb 13, 2023
1 parent 14489e7 commit 72e95d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 8.1/devfs/etc/profile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export PS1='\h:\w\$ '

umask 022

alias xon='mv /tmp/00_xdebug.ini /etc/php8/conf.d/'
alias xoff='mv /etc/php8/conf.d/00_xdebug.ini /tmp'
alias opcon='mv /tmp/00_opcache.ini /etc/php8/conf.d/'
alias opcoff='mv /etc/php8/conf.d/00_opcache.ini /tmp'
alias xon='mv /tmp/00_xdebug.ini /etc/php81/conf.d/'
alias xoff='mv /etc/php81/conf.d/00_xdebug.ini /tmp'
alias opcon='mv /tmp/00_opcache.ini /etc/php81/conf.d/'
alias opcoff='mv /etc/php81/conf.d/00_opcache.ini /tmp'

alias profile='XDEBUG_CONFIG="profiler_enable=1 xdebug.profiler_output_name=profiler.out.%p profiler_output_dir=." php'

Expand Down

0 comments on commit 72e95d0

Please sign in to comment.