ZSH

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
2
3
ZSH_THEME=random

ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "risto" "candy" )

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