zsh: Add lunchy completion if installed
1 file changed, 8 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -124,6 +124,14 @@ then autoload -U compinit && compinit fi +if [[ -n $commands[lunchy] ]] +then + LUNCHY_DIR=$(dirname $(gem which lunchy))/../extras + if [ -f $LUNCHY_DIR/lunchy-completion.zsh ]; then + . $LUNCHY_DIR/lunchy-completion.zsh + fi +fi + if [[ $TERM == "dumb" ]] then PROMPT="> "