Include just plugin for zsh if available

main
Dan Buch 3 years ago
parent 3418aa4e0f
commit 043ba733af
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

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

Loading…
Cancel
Save