🔧 Added bash config for poetry etc

This commit is contained in:
z3rOR0ne 2024-08-18 02:58:38 -07:00
parent c471792cd0
commit 210fb67065
2 changed files with 210 additions and 0 deletions

View file

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