deleted: completion/available/verdi.completion.bash
this is a more specific tool, so not set it herepull/1518/head
parent
f28ce6c2de
commit
cba0614d20
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue