This commit is contained in:
tbhaxor
2019-02-25 16:45:52 +05:30
parent 50aebc5c6e
commit 29f79dfa75

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