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