Files
dotfiles/dot_bash_it/completion/available/flutter.completion.bash
2022-05-05 22:20:02 +02:00

6 lines
89 B
Bash

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