Basic usage of zsh.
https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
To view all avaliable zsh themes:
1 | ls $ZSH/themes/ |
To set zsh theme:
1 | ZSH_THEME=random |
To view the current selected random theme:
1 | echo $RANDOM_THEME |
To view the config of a specific zsh theme:
1 | vi $ZSH/themes/robbyrussell.zsh-theme |