From ee1084b3337eeea0ea5c93f820fd8da638391630 Mon Sep 17 00:00:00 2001 From: Olaf Alexander Date: Mon, 28 Oct 2024 14:44:36 -0500 Subject: [PATCH] chore(zsh): Add in zprofile --- dot-config/zsh/dot-zprofile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot-config/zsh/dot-zprofile 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"