From b139ff61366a1036904d4c2865caef7768173a20 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 11 Nov 2022 05:05:42 +0200 Subject: [PATCH] Added brew to path --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 4a288a9..2f40b29 100644 --- a/zshrc +++ b/zshrc @@ -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