From 6a5b08065c82f8a70fed725ae1f4b3544dec0f2b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 25 Aug 2016 11:36:22 +0100 Subject: [PATCH] bash completions: Add tip for how to run bash completions locally to README. --- bash/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/README b/bash/README index db7d7bb52..314bfd012 100644 --- a/bash/README +++ b/bash/README @@ -1,3 +1,6 @@ This directory contains the scripts for tab-completing commands in bash. Note these new-style demand-loaded scripts require 'bash-completion' >= 1.99. + +Tip: To test the bash completions without having to install them, +simply start a new shell and 'source ./virt-foo'.