pull/1333/head
tbhaxor 2019-02-25 16:45:52 +05:30
parent 50aebc5c6e
commit 29f79dfa75
No known key found for this signature in database
GPG Key ID: 2CE3F4D1406EED1A
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/bash
if command -v flutter > /dev/null; then
if _command_exists flutter; then
eval "$(flutter bash-completion)"
fi