工具
基础
进阶
速查清单
考试
差不多得了
文科
主题色切换
To change your login shell to fish:
Add the shell to /etc/shells with:
/etc/shells
echo /usr/local/bin/fish | sudo tee -a /etc/shells
Change your default shell with:
chsh -s /usr/local/bin/fish