From 3679111c00e45406c9ef5d15e3e6c2c4aabfcbfb Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 15 Jan 2024 09:54:09 -0800 Subject: [PATCH] move orbstack configuration --- runcoms/zprofile | 3 --- runcoms/zshrc | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runcoms/zprofile b/runcoms/zprofile index 6bbcda9..d2acd31 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -71,6 +71,3 @@ 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 || : diff --git a/runcoms/zshrc b/runcoms/zshrc index 9feb525..678fc42 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -123,6 +123,9 @@ then compinit fi +# Added by OrbStack: command-line tools and integration +source ~/.orbstack/shell/init.zsh 2>/dev/null || : + ### local overrides [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"