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