Remove orbstack init
This commit is contained in:
parent
0533002cd8
commit
914701781d
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@ if which mise > /dev/null; then
|
||||||
eval "$(mise activate zsh)"
|
eval "$(mise activate zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $HOME/.orbstack/shell/init.zsh ]; then
|
|
||||||
source $HOME/.orbstack/shell/init.zsh 2>/dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
autoload compinit -Uz
|
autoload compinit -Uz
|
||||||
setopt EXTENDEDGLOB
|
setopt EXTENDEDGLOB
|
||||||
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then
|
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then
|
||||||
|
|
Loading…
Reference in a new issue