diff options
author | Camil Staps | 2023-02-17 09:29:26 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-17 09:29:26 +0100 |
commit | 936350c893302af76d064ed09709cf9c937b3123 (patch) | |
tree | 7a7e2e36dc2b5eed0570801203fb492d023fde34 | |
parent | Remove old workaround for lsp diagnostic highlights in .vimrc (diff) |
Remove one last remnant of old Clean installation
-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 |