安装内置终端之后直接显示 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. 按照提示操作之后,依旧没有成功切换而是显示 chsh: no changes made sudo 之后依旧是没有成功切换shell 查看已经安装的shells也是有zsh的 并且系统自带终端和vscode中都是可以正常切换shell的
暂时解决方法: 打开文件/Applications/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/builtinterminal/script/main.js 搜索process.env["SHELL"];, 将shell设置为zsh