Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近有点喜欢 bash 而不是钓鱼,我想知道我是否可以把它改回来。我试过这个命令:chsh -s /bin/bash但关闭终端并重新打开它并没有将它恢复到 bash,但它仍然是鱼。
chsh -s /bin/bash
事实上,我如何去除鱼?
转到系统偏好设置,用户和组,单击锁进行更改,右键单击(或控制单击)您的用户名,选择“高级选项”,您应该有一个字段来更改您的外壳。在那里更改它,重新启动,您的新外壳应该生效。
好简单:
bash --login
fish
更新 10.13.1:
右键单击(ctrl+单击)左窗格中的用户名,而不是图像。