Mac-1: 终端zsh -> bash切换

1,518 阅读1分钟

1: 切换到bash

chsh -s /bin/bash 重启终端

2: 切换到zsh

chsh -s /bin/zsh 重启终端