From ab5bb9e585ec3af512c3b60e22aa15dd09b530b6 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 15 2018 23:43:30 +0000 Subject: enable autocomplete for the fedora-hubs command in the vagrant bashrc --- diff --git a/ansible/roles/hubs/templates/bashrc b/ansible/roles/hubs/templates/bashrc index eaaf5d4..93fd757 100644 --- a/ansible/roles/hubs/templates/bashrc +++ b/ansible/roles/hubs/templates/bashrc @@ -43,3 +43,6 @@ hreset() { python3 populate.py popd } + +# Enable autocomplete for the fedora-hubs command +eval "$(_FEDORA_HUBS_COMPLETE=source fedora-hubs)"