feat(orbstack): shell setup for Orbstack (Docker Desktop replacement)

This commit is contained in:
2023-09-18 10:06:55 +01:00
parent 4cd9893126
commit e87062e8ee
2 changed files with 39 additions and 18 deletions

6
zshenv
View File

@@ -203,6 +203,12 @@ fi
path_prepend "$HOME/.local/share/rtx/bin"
path_prepend "$HOME/.local/share/rtx/shims"
# orbstack setup
if [ -f "$HOME/.orbstack/shell/init.zsh" ]; then
source "$HOME/.orbstack/shell/init.zsh"
fi
path_prepend "$HOME/.orbstack/bin"
# ==============================================================================
# Path setup for select binaries installed with zinit
# ==============================================================================