Include just plugin for zsh if available

This commit is contained in:
2021-07-07 10:03:48 -04:00
parent 3418aa4e0f
commit 043ba733af

4
zshrc
View File

@@ -97,6 +97,10 @@ plugins=(
yarn yarn
) )
if [[ -d ~/.oh-my-zsh/plugins/just/ ]]; then
plugins+=just
fi
fpath=(/usr/local/share/zsh/site-functions $fpath) fpath=(/usr/local/share/zsh/site-functions $fpath)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh