Ohmyzsh is a commandline highlight tool #
https://github.com/ohmyzsh/ohmyzsh
Install at Ubuntu #
Install zsh first
$ apt-get install zshClone
Ohmyzsh$ git clone https://github.com/ohmyzsh/ohmyzsh.gitInstall
Ohmyzsh$ cd /ohmyzsh/tools/
$ ./install.shChange the setting
$ nano ~/.zshrc
ZSH_THEME="agnoster"Let the zsh opened when terminal is opened
a. Add thezshto bash$ sudo vim ~/.bashrcb. Add this line
exec zsh
🙏🙏🙏
Since you've made it this far, sharing this article on your favorite social media network would be highly appreciated 💖! For feedback, please ping me on Twitter.
Published