From 8fa49cb5969459bdd39754e7474014eb0ce1ad99 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Wed, 6 Oct 2021 06:27:53 -0700 Subject: [PATCH] Add themes oh-my-zsh plugin --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 56f02c0..5de28e9 100644 --- a/.zshrc +++ b/.zshrc @@ -9,6 +9,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then fi export plugins=( + themes fzf git )