From e3ed7c31d99503895b3c5cd1c03cfadc32bf53b8 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Wed, 15 Apr 2026 20:05:36 +1000 Subject: [PATCH] Added homebrew --- configs/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/.zshrc b/configs/.zshrc index b48e51d..4f8609b 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -5,6 +5,11 @@ export PATH="$HOME/.local/bin:$PATH" export WAYLAND_DISPLAY=$WAYLAND_DISPLAY export XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR +# Homebrew (If installed) +if [[ -f "/home/linusbrew/.linuxbrew/bin/brew" ]]; then +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv zsh)" +fi + # Path to your oh-my-zsh installation. export ZSH=~/.oh-my-zsh