6 lines
96 B
Bash
6 lines
96 B
Bash
# shellcheck shell=bash
|
|
|
|
if _command_exists flutter; then
|
|
eval "$(flutter bash-completion)"
|
|
fi
|