Normalize indentation to spaces
This commit is contained in:
parent
ecd2f63c92
commit
b197b7e2bc
7 changed files with 60 additions and 59 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Include all files from ~/.bash_completion.d/
|
||||
if [[ -d ~/.bash_completion.d ]]; then
|
||||
for f in ~/.bash_completion.d/*; do
|
||||
[[ -f "$f" ]] && . "$f"
|
||||
done
|
||||
for f in ~/.bash_completion.d/*; do
|
||||
[[ -f "$f" ]] && . "$f"
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue