From e550648b118d3eed5491dbc554b573d987a431ad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 10 Aug 2016 11:01:14 +1200 Subject: Remove "hg" from possible completions for prompt() --- bash/bash_completion.d/prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_completion.d') diff --git a/bash/bash_completion.d/prompt.bash b/bash/bash_completion.d/prompt.bash index a2e8df4b..d73d77ec 100644 --- a/bash/bash_completion.d/prompt.bash +++ b/bash/bash_completion.d/prompt.bash @@ -1,2 +1,2 @@ # Complete subcommands for the prompt wrapper -complete -W 'on off git hg svn vcs ret job' prompt +complete -W 'on off git svn vcs ret job' prompt -- cgit v1.2.3