bash和zsh切换

zsh切换bash bash切换zsh

切换bash

chsh -s /bin/bash

切换zsh

chsh -s /bin/zsh

原文地址:https://www.cnblogs.com/sign-ptk/p/6911488.html