keith / zsh-xcode-completions

Zsh completion for the Xcode command line tools
MIT License
57 stars 5 forks source link

Can i use it with antigen? #10

Closed Xazzzi closed 4 years ago

Xazzzi commented 6 years ago

It looks like package has installed ok, but still there are no completions. I tried to recreate .zcompdump, no luck. Here's my .zshrc:

#!/bin/zsh
#zmodload zsh/zprof
DEFAULT_USER=$(whoami)
export NVM_LAZY_LOAD=true
#export NVM_NO_USE=true
export NVM_DIR="$HOME/.nvm"
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
source "$(brew --prefix)/share/antigen/antigen.zsh"
antigen use oh-my-zsh
antigen bundle git
antigen bundle lukechilds/zsh-better-npm-completion
antigen bundle lukechilds/zsh-nvm
antigen bundle keith/zsh-xcode-completions
antigen bundle zsh-users/zsh-completions
antigen bundle docker
antigen bundle zsh-users/zsh-syntax-highlighting
antigen theme agnoster
antigen apply
#zprof
keith commented 6 years ago

I’m not sure how antigen works. So if it needs any configuration this doesn’t work with it. I’ll happily merge a PR to add support for it!

keith commented 4 years ago

Feel free to submit a PR to add support for this!