Use random oh-my-zsh theme

This commit is contained in:
Kevin Cotugno 2020-02-24 06:38:15 -07:00
parent a6d77e2890
commit 17f5b2e419

2
.zshrc
View File

@ -3,7 +3,7 @@ oh_my_zsh="$HOME/.oh-my-zsh"
if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
export ZSH="$oh_my_zsh"
export ZSH_THEME="$theme"
export ZSH_THEME="random"
export DISABLE_UPDATE_PROMPT=true
export ZSH_TMUX_AUTOSTART=true