Ohmyzsh is a commandline highlight tool
https://github.com/ohmyzsh/ohmyzsh
Install at Ubuntu
-
Install zsh first
$ apt-get install zsh -
Clone
Ohmyzsh$ git clone https://github.com/ohmyzsh/ohmyzsh.git -
Install
Ohmyzsh$ cd /ohmyzsh/tools/ $ ./install.sh -
Change the setting
$ nano ~/.zshrc ZSH_THEME="agnoster" -
Let the zsh opened when terminal is opened a. Add the
zshto bash$ sudo vim ~/.bashrcb. Add this line
exec zsh