aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/path.bash2
1 files changed, 1 insertions, 1 deletions
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