Skip to content

Commit

Permalink
improv
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jul 19, 2022
1 parent 22c7781 commit 7840956
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .bash_completion
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env bash

shopt -s nullglob

if [[ -d "${HOME}/.bash_completion.d" ]]; then
for bcfile in "${HOME}/.bash_completion.d/"* ; do
for bcfile in $(find "${HOME}/.bash_completion.d/" -type f) ; do
source $bcfile
done
fi

0 comments on commit 7840956

Please sign in to comment.