Linux—Uninstall_ZSH

Situation

# 想要刪除ZSH, OH-MY-ZSH
Wanna delete ZSH and OH-MY-ZSH.

Solution

[1]
# 先將SHELL切換為bash
CMD > chsh -s /bin/bash

[2]
# 登出再登入並確認現在的SHELL
Log out > Log in > CMD > echo $SHELL

[3]
# 刪除ZSH
sudo apt remove zsh
sudo apt autoremove

[4]
# 刪除OH-MY-ZSH
uninstall_oh_my_zsh

[5]
# 刪除ZSH跟OH MY ZSH目錄
rm -rf ~/.zshrc ~/.zsh_history ~/.oh-my-zsh