Added homebrew

This commit is contained in:
alvinlollo
2026-04-15 20:05:36 +10:00
parent 4aed5cbd3f
commit e3ed7c31d9
+5
View File
@@ -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