From 936350c893302af76d064ed09709cf9c937b3123 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 17 Feb 2023 09:29:26 +0100 Subject: Remove one last remnant of old Clean installation --- system/.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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 -- cgit v1.2.3