commit 711c3051863334527d8af8248c4850152d7305cc
parent 958ed4ebba453b876a9750e7b9b8c2bcd05631ab
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sun, 8 Mar 2026 19:01:58 +0100
add brew to path
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
@@ -21,6 +21,9 @@ PS1=" %B${brackets:0:1} %F{${color}}%B%m%F{white}%B ${brackets:1:2}: %2~%F{white
source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/bindings"
source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliases"
+if [[ $(uname -m) == 'arm64' ]]; then
+ eval "$(/opt/homebrew/bin/brew shellenv)"
+fi
for p in ${(z)NIX_PROFILES}; do
fpath=(