From 8b3b5b0050695316c1d6969a143fb7a473d832b2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 22 Oct 2018 20:08:47 +0200 Subject: Add bash completion for clm --- system/.bash_completion | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/.bash_completion (limited to 'system') diff --git a/system/.bash_completion b/system/.bash_completion new file mode 100644 index 0000000..21daa89 --- /dev/null +++ b/system/.bash_completion @@ -0,0 +1,3 @@ +for f in ~/.bash_completion.d/*; do + . "$f" +done -- cgit v1.2.3