added ansible completion
This commit is contained in:
parent
997b83067b
commit
4ae215c59f
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -22,3 +22,6 @@
|
||||||
[submodule "lib/fzf"]
|
[submodule "lib/fzf"]
|
||||||
path = lib/fzf
|
path = lib/fzf
|
||||||
url = https://github.com/junegunn/fzf.git
|
url = https://github.com/junegunn/fzf.git
|
||||||
|
[submodule "lib/ansible-comp"]
|
||||||
|
path = lib/ansible-comp
|
||||||
|
url = https://github.com/MicahElliott/zsh-ansible
|
||||||
|
|
1
lib/ansible-comp
Submodule
1
lib/ansible-comp
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 68d43321c30bcf5e5879dd1d57e3ce655bce62f0
|
|
@ -56,4 +56,4 @@ source ${HOME}/.zsh/alias.zsh
|
||||||
[ -f ${HOME}/.fzf.zsh ] && source ${HOME}/.fzf.zsh
|
[ -f ${HOME}/.fzf.zsh ] && source ${HOME}/.fzf.zsh
|
||||||
|
|
||||||
# Completions Path
|
# Completions Path
|
||||||
fpath=(${HOME}/.dotfiles/lib/completions/src $fpath)
|
fpath=(${HOME}/.dotfiles/lib/completions/src ${HOME}/.dotfiles/lib/ansible-comp $fpath)
|
||||||
|
|
Loading…
Add table
Reference in a new issue