Skip to content

Commit

Permalink
Set to use PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derpaschi committed Mar 13, 2024
1 parent 15e4a48 commit 5ff3f42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ eval "$(fnm env --use-on-cd)"
# place this after nvm initialization!
autoload -U add-zsh-hook

export PATH="/opt/homebrew/opt/php@8.0/bin:$PATH"
export PATH="/opt/homebrew/opt/php@8.0/sbin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/php@8.0/lib"
export CPPFLAGS="-I/opt/homebrew/opt/php@8.0/include"
export PATH="/opt/homebrew/opt/php@8.2/bin:$PATH"
export PATH="/opt/homebrew/opt/php@8.2/sbin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/php@8.2/lib"
export CPPFLAGS="-I/opt/homebrew/opt/php@8.2/include"

test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
iterm2_print_user_vars() {
Expand Down

0 comments on commit 5ff3f42

Please sign in to comment.