feat(macos): use valet proxied php
This commit is contained in:
parent
af27d8154f
commit
5e486a3b1d
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ if [[ $OSTYPE == 'darwin'* ]]; then
|
||||||
alias copyssh="pbcopy < $HOME/.ssh/id_ed25519.pub"
|
alias copyssh="pbcopy < $HOME/.ssh/id_ed25519.pub"
|
||||||
alias ls="${HOMEBREW_PREFIX}/opt/coreutils/libexec/gnubin/ls"
|
alias ls="${HOMEBREW_PREFIX}/opt/coreutils/libexec/gnubin/ls"
|
||||||
alias reloaddns="dscacheutil -flushcache && sudo killall -HUP mDNSResponder"
|
alias reloaddns="dscacheutil -flushcache && sudo killall -HUP mDNSResponder"
|
||||||
alias composer="php -d memory_limit=-1 ${HOMEBREW_PREFIX}/bin/composer"
|
alias composer="valet composer"
|
||||||
|
alias php="valet php"
|
||||||
alias sup="$DOTFILES/macos/bin/pkg-update"
|
alias sup="$DOTFILES/macos/bin/pkg-update"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue