removed ansible completion (again...)

This commit is contained in:
Nikolas Weger 2015-09-22 16:16:06 +02:00
parent 807931f790
commit 111a5bb913
4 changed files with 4 additions and 6 deletions

View file

@ -56,4 +56,4 @@ source ${HOME}/.zsh/alias.zsh
[ -f ${HOME}/.fzf.zsh ] && source ${HOME}/.fzf.zsh
# Completions Path
fpath=(${HOME}/.dotfiles/lib/completions/src ${HOME}/.dotfiles/lib/ansible-comp $fpath)
fpath=(${HOME}/.dotfiles/lib/completions/src $fpath)