From 043ba733af8085181e55c66a41291a442a3dcf0b Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 7 Jul 2021 10:03:48 -0400 Subject: [PATCH] Include just plugin for zsh if available --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index d4be2bb..1569d45 100644 --- a/zshrc +++ b/zshrc @@ -97,6 +97,10 @@ plugins=( yarn ) +if [[ -d ~/.oh-my-zsh/plugins/just/ ]]; then + plugins+=just +fi + fpath=(/usr/local/share/zsh/site-functions $fpath) source $ZSH/oh-my-zsh.sh