From 29807fd15469546e0e1c52f3fa382d68a76056a1 Mon Sep 17 00:00:00 2001 From: David Bernheisel Date: Wed, 29 Jun 2016 16:06:33 -0400 Subject: [PATCH] zsh: remove _asdf completion. #68 --- asdf.sh | 1 - completions/_asdf | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 completions/_asdf diff --git a/asdf.sh b/asdf.sh index 3e001df4..97215f79 100644 --- a/asdf.sh +++ b/asdf.sh @@ -10,7 +10,6 @@ asdf_dir=$(cd $(dirname $current_script_path); echo $(pwd)) export PATH="${asdf_dir}/bin:${asdf_dir}/shims:$PATH" if [ -n "$ZSH_VERSION" ]; then - fpath=(${asdf_dir}/completions $fpath) autoload -U bashcompinit bashcompinit fi diff --git a/completions/_asdf b/completions/_asdf deleted file mode 100644 index 0a2a48e2..00000000 --- a/completions/_asdf +++ /dev/null @@ -1,3 +0,0 @@ -#compdef asdf - -_arguments "1: :(plugin-add plugin-list plugin-remove plugin-update install uninstall which where list list-all reshim)"