mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
feat(orbstack): shell setup for Orbstack (Docker Desktop replacement)
This commit is contained in:
6
zshenv
6
zshenv
@@ -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
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user