From 39feb5192c0ec107b00e922a2878e3775db53744 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sat, 9 Mar 2019 16:50:21 +0100 Subject: [PATCH] fix some auto completion bug --- .bash_completion | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bash_completion b/.bash_completion index fe593da..1fdc09b 100644 --- a/.bash_completion +++ b/.bash_completion @@ -1,7 +1,5 @@ # ~/.bash_completion - Custom bash auto completions -shopt -s nullglob - # Include all files from ~/.bash_completion.d/ if [[ -d ~/.bash_completion.d ]]; then for f in ~/.bash_completion.d/*; do