Add themes oh-my-zsh plugin

This commit is contained in:
Kevin Cotugno 2021-10-06 06:27:53 -07:00
parent 72d69c7cd9
commit 8fa49cb596

1
.zshrc
View File

@ -9,6 +9,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
fi
export plugins=(
themes
fzf
git
)