如何在 Ubuntu 中将 zsh 设置为标准 shell
安装 zsh
how-to-set-zsh-as-standard-shell-in-ubuntu.sh
sudo apt install zsh将 zsh 添加到有效 shell 列表
add_zsh_to_shells.sh
sudo vim /etc/shells添加到列表
shells_entry.txt
/usr/bin/zsh将 zsh 设置为默认 shell
set_default_shell.sh
chsh -s /usr/bin/zsh再次确认
print_shell_example.sh
$ echo $SHELL现在你可能想查看 https://ohmyz.sh/#install 来安装一个漂亮的主题。
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow