Include just plugin for zsh if available

This commit is contained in:
Dan Buch 2021-07-07 10:03:48 -04:00
parent 3418aa4e0f
commit 043ba733af
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

4
zshrc
View File

@ -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