From 17f5b2e419d69b3bcc86eda9241463cd874d6889 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 24 Feb 2020 06:38:15 -0700 Subject: [PATCH] Use random oh-my-zsh theme --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1dc7ce4..d61a802 100644 --- a/.zshrc +++ b/.zshrc @@ -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