Set default oh my zsh theme to simple

This commit is contained in:
Kevin Cotugno 2020-04-16 12:48:11 -07:00
parent cb2eb514ae
commit 8a2bbb5c3b

2
.zshrc
View File

@ -7,7 +7,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
export ZSH_TMUX_AUTOSTART=true export ZSH_TMUX_AUTOSTART=true
if (( !${+ZSH_THEME} )); then if (( !${+ZSH_THEME} )); then
export ZSH_THEME="random" export ZSH_THEME="simple"
fi fi
export plugins=( export plugins=(