MAC OS下切换默认终端为zsh

mac os 系统默认的终端为bash,切换该终端为zsh,可以用以下命令

chsh -s /bin/zsh

如过要切回默认终端bash则使用以下命令

chsh -s /bin/bash

你可能感兴趣的:(MAC OS下切换默认终端为zsh)