🐛 better fzf/compose jaaENV

- `§ck-grep`: find combination for symbol
- `fzf`: typo
- `jaaENV`: switch java support and enhancements
This commit is contained in:
2024-05-12 10:21:19 +02:00
parent f02723bdc6
commit ee94361f1a
4 changed files with 39 additions and 5 deletions

View File

@ -0,0 +1,10 @@
_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