Enable isodate Oh My Zsh plugin

This commit is contained in:
Kevin Cotugno 2024-02-16 13:14:44 -07:00
parent 4dd439c10d
commit 7ef46e75eb

1
.zshrc
View File

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