fix some auto completion bug

This commit is contained in:
Lexi / Zoe 2019-03-09 16:50:21 +01:00
parent 7a66379f19
commit 39feb5192c
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 0 additions and 2 deletions

View File

@ -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