add orbstack sourcing if available
This commit is contained in:
parent
516d837e19
commit
7ed5fab5d8
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ if command -v fzf &> /dev/null; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -r "${HOME}/.orbstack/shell/init.zsh" ]; then
|
||||||
|
source ~/.orbstack/shell/init.zsh 2>/dev/null || :
|
||||||
|
fi
|
||||||
|
|
||||||
typeset -U path
|
typeset -U path
|
||||||
|
|
||||||
# this is a hack to prevent MacOS from being smarter than us for PATH settings
|
# this is a hack to prevent MacOS from being smarter than us for PATH settings
|
||||||
|
|
Loading…
Reference in a new issue