From 8f1ff6b53ed56f31504dc62acc130b889abe97c1 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 15 Jul 2023 13:52:41 -0700 Subject: [PATCH] orbstack --- runcoms/zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runcoms/zprofile b/runcoms/zprofile index d2acd31..6bbcda9 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -71,3 +71,6 @@ fi if [[ -z "$LESSOPEN" ]] && (( $#commands[(i)lesspipe(|.sh)] )); then export LESSOPEN="| /usr/bin/env $commands[(i)lesspipe(|.sh)] %s 2>&-" fi + +# Added by OrbStack: command-line tools and integration +source ~/.orbstack/shell/init.zsh 2>/dev/null || :