fix some auto completion bug
This commit is contained in:
parent
7a66379f19
commit
39feb5192c
|
|
@ -1,7 +1,5 @@
|
||||||
# ~/.bash_completion - Custom bash auto completions
|
# ~/.bash_completion - Custom bash auto completions
|
||||||
|
|
||||||
shopt -s nullglob
|
|
||||||
|
|
||||||
# Include all files from ~/.bash_completion.d/
|
# Include all files from ~/.bash_completion.d/
|
||||||
if [[ -d ~/.bash_completion.d ]]; then
|
if [[ -d ~/.bash_completion.d ]]; then
|
||||||
for f in ~/.bash_completion.d/*; do
|
for f in ~/.bash_completion.d/*; do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue