diff --git a/.gitmodules b/.gitmodules index f20aa71..3b9db5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CHANGELOG b/CHANGELOG index ab1225b..1963818 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,4 @@ +eeleater, 22.09.2015, removed Ansible Completion (again...) + eeleater, 22.09.2015, up to now: - - Stuff \ No newline at end of file + - Stuff diff --git a/lib/ansible-comp b/lib/ansible-comp deleted file mode 160000 index 68d4332..0000000 --- a/lib/ansible-comp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 68d43321c30bcf5e5879dd1d57e3ce655bce62f0 diff --git a/zsh/zshrc b/zsh/zshrc index b10f984..02238f7 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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)