⚡ remove install-release
This commit is contained in:
parent
bf5ee3437d
commit
0f1a1146ff
@ -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)"
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user