remove install-release

This commit is contained in:
Jan Andrle 2024-05-12 10:31:36 +02:00
parent bf5ee3437d
commit 0f1a1146ff
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB
2 changed files with 0 additions and 11 deletions

View File

@ -13,7 +13,6 @@ alias C--uu='eval "$($HOME/bin/uu --completion-bash)"'
alias C--bs='eval "$(bs .completion bash)"'
alias C--jc='eval "$(jc -B)" … newer version needed'
\. "$BASH_DOTFILES/cordova.completion"
\. "$BASH_DOTFILES/install-release.completion"
eval "$(node --completion-bash)"
eval "$(npm completion)"
eval "$(nodejsscript --completion bash)"

View File

@ -1,10 +0,0 @@
_install_release_completion() {
local IFS=$'
'
COMPREPLY=( $( env COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \
_INSTALL_RELEASE_COMPLETE=complete_bash $1 ) )
return 0
}
complete -o default -F _install_release_completion install-release