Added brew to path

This commit is contained in:
Ismo Vuorinen
2022-11-11 05:05:42 +02:00
parent fd6f59706b
commit b139ff6136

2
zshrc
View File

@@ -2,6 +2,8 @@
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
# shellcheck shell=bash
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
LOCAL_BIN="$HOME/.local/bin"
OPT_FOLDER="/usr/local/opt"
PHP_74=$(brew --prefix php@7.4)/bin