diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/.bash_completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/.bash_completion b/system/.bash_completion index a4b4705..25b35ad 100644 --- a/system/.bash_completion +++ b/system/.bash_completion @@ -1,4 +1,4 @@ -for f in ~/.bash_completion.d/* $CLEAN_HOME/etc/completion/*; do +for f in ~/.bash_completion.d/*; do [ -f "$f" ] || continue . "$f" done |