From 0a7615151c7846de6183d658c6f4d42e598932d0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 5 Jun 2015 23:11:05 +1200 Subject: Missing word as possible completion --- bash/bashrc.d/path.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d') diff --git a/bash/bashrc.d/path.bash b/bash/bashrc.d/path.bash index 4e417d32..f993830c 100644 --- a/bash/bashrc.d/path.bash +++ b/bash/bashrc.d/path.bash @@ -180,7 +180,7 @@ _path() { case ${COMP_WORDS[1]} in # Complete with one directory - insert|i|append|a|check|c) + insert|i|append|add|a|check|c) if ((COMP_CWORD == 2)) ; then COMPREPLY=( $(compgen -A directory -- "$word") ) fi -- cgit v1.2.3