zsh-completions/load-zsh-completions.plugin...

5 lines
143 B
Bash

# Simple plugin script to make loading the zsh-completions repo into $fpath
COMPLETIONS_D="$(dirname $0)/src"
fpath=(${COMPLETIONS_D} $fpath)