Load orbstack
This commit is contained in:
parent
d9d186fd77
commit
42fff94fb4
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ if which pyenv > /dev/null; then
|
|||
(pyenv rehash &) 2> /dev/null
|
||||
fi
|
||||
|
||||
if [ -f $HOME/.orbstack/shell/init.zsh ]; then
|
||||
source $HOME/.orbstack/shell/init.zsh 2>/dev/null || :
|
||||
fi
|
||||
|
||||
autoload compinit -Uz
|
||||
setopt EXTENDEDGLOB
|
||||
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then
|
||||
|
|
Loading…
Reference in a new issue