added ansible completion

This commit is contained in:
Nikolas Weger 2015-09-20 21:00:01 +02:00
parent 997b83067b
commit 4ae215c59f
3 changed files with 5 additions and 1 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 $fpath)
fpath=(${HOME}/.dotfiles/lib/completions/src ${HOME}/.dotfiles/lib/ansible-comp $fpath)