macOS的zsh和bash切换

从zsh切换回bash

chsh -s /bin/bash


使用系统自带的zsh

chsh -s /bin/zsh
原文地址:https://www.cnblogs.com/erchun/p/15633239.html