Установите zsh
how-to-set-zsh-as-standard-shell-in-ubuntu.sh
sudo apt install zshДобавьте zsh в список валидных оболочек
add_zsh_to_shells.sh
sudo vim /etc/shellsДобавьте в список
shells_entry.txt
/usr/bin/zshУстановите zsh как оболочку по умолчанию
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