From 7ef46e75ebf744180f4bb5ca83b7d1861a7cbc03 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Fri, 16 Feb 2024 13:14:44 -0700 Subject: [PATCH] Enable isodate Oh My Zsh plugin --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 66d78d9..f6df398 100644 --- a/.zshrc +++ b/.zshrc @@ -11,6 +11,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then export plugins=( themes git + isodate urltools asdf )