aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-10 11:01:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-10 11:01:14 +1200
commite550648b118d3eed5491dbc554b573d987a431ad (patch)
tree5db23f55ca355604aa06b681a844d922c71c3e4b /bash/bash_completion.d
parentRemove Mercurial support from Bash prompt (diff)
downloaddotfiles-e550648b118d3eed5491dbc554b573d987a431ad.tar.gz
dotfiles-e550648b118d3eed5491dbc554b573d987a431ad.zip
Remove "hg" from possible completions for prompt()
Diffstat (limited to 'bash/bash_completion.d')
-rw-r--r--bash/bash_completion.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
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