From 4ae215c59fd36f6472a93209a81087490c5a00c8 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sun, 20 Sep 2015 21:00:01 +0200 Subject: [PATCH] added ansible completion --- .gitmodules | 3 +++ lib/ansible-comp | 1 + zsh/zshrc | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 lib/ansible-comp diff --git a/.gitmodules b/.gitmodules index 3b9db5a..f20aa71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [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/lib/ansible-comp b/lib/ansible-comp new file mode 160000 index 0000000..68d4332 --- /dev/null +++ b/lib/ansible-comp @@ -0,0 +1 @@ +Subproject commit 68d43321c30bcf5e5879dd1d57e3ce655bce62f0 diff --git a/zsh/zshrc b/zsh/zshrc index 02238f7..b10f984 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 $fpath) +fpath=(${HOME}/.dotfiles/lib/completions/src ${HOME}/.dotfiles/lib/ansible-comp $fpath)