removed ansible completion (again...)
This commit is contained in:
parent
807931f790
commit
111a5bb913
4 changed files with 4 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -22,6 +22,3 @@
|
||||||
[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,2 +1,4 @@
|
||||||
|
eeleater, 22.09.2015, removed Ansible Completion (again...)
|
||||||
|
|
||||||
eeleater, 22.09.2015, up to now:
|
eeleater, 22.09.2015, up to now:
|
||||||
- Stuff
|
- Stuff
|
|
@ -1 +0,0 @@
|
||||||
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 ${HOME}/.dotfiles/lib/ansible-comp $fpath)
|
fpath=(${HOME}/.dotfiles/lib/completions/src $fpath)
|
||||||
|
|
Loading…
Add table
Reference in a new issue