added flutter completions
parent
f02dab437a
commit
1e17fa1fd2
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
if command -v flutter > /dev/null; then
|
||||||
|
eval "$(flutter bash-completion)"
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue