From 1e17fa1fd2f442836ccbe41b15e376fcb6159894 Mon Sep 17 00:00:00 2001 From: tbhaxor Date: Sun, 24 Feb 2019 21:24:13 +0530 Subject: [PATCH] added flutter completions --- completion/available/flutter.completion.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 completion/available/flutter.completion.bash diff --git a/completion/available/flutter.completion.bash b/completion/available/flutter.completion.bash new file mode 100644 index 00000000..a274b5f3 --- /dev/null +++ b/completion/available/flutter.completion.bash @@ -0,0 +1,5 @@ +#!/usr/bin/bash + +if command -v flutter > /dev/null; then + eval "$(flutter bash-completion)" +fi \ No newline at end of file