deleted: completion/available/verdi.completion.bash

this is a more specific tool, so not set it here
pull/1518/head
Hongyi Zhao 2020-03-25 20:22:56 +08:00
parent f28ce6c2de
commit cba0614d20
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# For AiiDA's verdi command line interface tab-completion:
# https://aiida.readthedocs.io/projects/aiida-core/en/latest/install/configuration.html#verdi-tab-completion
#eval "$(_VERDI_COMPLETE=source verdi)"
_verdi_completion() {
local IFS=$'\t'
COMPREPLY=( $( env COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \
_VERDI_COMPLETE=complete-bash $1 ) )
return 0
}
complete -F _verdi_completion -o default verdi