From 807931f790706b7ee6870273370fec18186fb146 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Tue, 22 Sep 2015 16:11:16 +0200 Subject: [PATCH 1/2] Add changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..ab1225b --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,2 @@ +eeleater, 22.09.2015, up to now: + - Stuff \ No newline at end of file From 111a5bb91345cf398c55854f35ffb1a7a6938218 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Tue, 22 Sep 2015 16:16:06 +0200 Subject: [PATCH 2/2] removed ansible completion (again...) --- .gitmodules | 3 --- CHANGELOG | 4 +++- lib/ansible-comp | 1 - zsh/zshrc | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 160000 lib/ansible-comp 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)