aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/keep.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/keep.bash')
-rw-r--r--bash/bashrc.d/keep.bash3
1 files changed, 0 insertions, 3 deletions
diff --git a/bash/bashrc.d/keep.bash b/bash/bashrc.d/keep.bash
index 585dd189..b1c8bea4 100644
--- a/bash/bashrc.d/keep.bash
+++ b/bash/bashrc.d/keep.bash
@@ -144,9 +144,6 @@ EOF
)
}
-# Complete calls to keep with existing function names and variable names
-complete -A function -A variable keep
-
# Load any existing scripts in bashkeep
if [[ -d ${BASHKEEP:-"$HOME"/.bashkeep.d} ]] ; then
for bashkeep in "${BASHKEEP:-"$HOME"/.bashkeep.d}"/*.bash ; do