From 42fff94fb43fd4645553e9b2c75306a889db6216 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 27 Aug 2023 10:04:04 -0400 Subject: [PATCH] Load orbstack --- zsh/.config/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 4d6494c..44e6667 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -43,6 +43,10 @@ if which pyenv > /dev/null; then (pyenv rehash &) 2> /dev/null fi +if [ -f $HOME/.orbstack/shell/init.zsh ]; then + source $HOME/.orbstack/shell/init.zsh 2>/dev/null || : +fi + autoload compinit -Uz setopt EXTENDEDGLOB if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then