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

3
.gitmodules vendored
View file

@ -22,6 +22,3 @@
[submodule "lib/fzf"]
path = lib/fzf
url = https://github.com/junegunn/fzf.git
[submodule "lib/ansible-comp"]
path = lib/ansible-comp
url = https://github.com/MicahElliott/zsh-ansible

View file

@ -1,2 +1,4 @@
eeleater, 22.09.2015, removed Ansible Completion (again...)
eeleater, 22.09.2015, up to now:
- Stuff
- Stuff

@ -1 +0,0 @@
Subproject commit 68d43321c30bcf5e5879dd1d57e3ce655bce62f0

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)