chore(zsh): Add in zprofile

This commit is contained in:
2024-10-28 14:44:36 -05:00
parent 6fb5dcfe66
commit ee1084b333

View File

@@ -0,0 +1,5 @@
# Homebrew
[[ -s /opt/homebrew/bin/brew ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
# Orbstack
[[ -s "${HOME}/.orbstack/shell/init.zsh" ]] && source "${HOME}/.orbstack/shell/init.zsh"