From 1c05f9593fbb0c55313b7840e37912ae33a028c5 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 23 Oct 2018 10:30:31 +0200 Subject: Move Clean completion to separate repository --- system/.bash_completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/.bash_completion b/system/.bash_completion index 21daa89..a4b4705 100644 --- a/system/.bash_completion +++ b/system/.bash_completion @@ -1,3 +1,4 @@ -for f in ~/.bash_completion.d/*; do +for f in ~/.bash_completion.d/* $CLEAN_HOME/etc/completion/*; do + [ -f "$f" ] || continue . "$f" done -- cgit v1.2.3