From 8a2bbb5c3b2c8ee1c79176b81aa17e55b72213b3 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 16 Apr 2020 12:48:11 -0700 Subject: [PATCH] Set default oh my zsh theme to simple --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f6ea32d..c37a1f2 100644 --- a/.zshrc +++ b/.zshrc @@ -7,7 +7,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then export ZSH_TMUX_AUTOSTART=true if (( !${+ZSH_THEME} )); then - export ZSH_THEME="random" + export ZSH_THEME="simple" fi export plugins=(