diff --git a/dot-config/zsh/dot-zprofile b/dot-config/zsh/dot-zprofile new file mode 100644 index 0000000..4641e26 --- /dev/null +++ b/dot-config/zsh/dot-zprofile @@ -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"