dotfiles/.bash_it/completion/available/flutter.completion.bash
2022-02-27 20:00:49 +01:00

6 lines
89 B
Bash

#!/usr/bin/bash
if _command_exists flutter; then
eval "$(flutter bash-completion)"
fi