6 lines
89 B
Bash
6 lines
89 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
if _command_exists flutter; then
|
||
|
eval "$(flutter bash-completion)"
|
||
|
fi
|