zsh: remove _asdf completion. #68

This commit is contained in:
David Bernheisel 2016-06-29 16:06:33 -04:00
parent 3af8a365e7
commit 29807fd154
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
#compdef asdf
_arguments "1: :(plugin-add plugin-list plugin-remove plugin-update install uninstall which where list list-all reshim)"