From 4cbbd121c012b3962f12fdff0f1820c3b8636a44 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jul 2016 01:17:09 +1200 Subject: Move bash completion setup into separate dir --- bash/bashrc.d/keep.bash | 3 --- 1 file changed, 3 deletions(-) (limited to 'bash/bashrc.d/keep.bash') 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 -- cgit v1.2.3