added ansible completion
This commit is contained in:
parent
997b83067b
commit
4ae215c59f
3 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue