aboutsummaryrefslogtreecommitdiff
path: root/system/.bash_completion
diff options
context:
space:
mode:
authorCamil Staps2018-10-22 20:08:47 +0200
committerCamil Staps2018-10-22 20:08:47 +0200
commit8b3b5b0050695316c1d6969a143fb7a473d832b2 (patch)
tree283bb8d0ba1a24d554a7e44af4844c44e009ce2b /system/.bash_completion
parentinstall_clean: save previous installation to clean.bak (diff)
Add bash completion for clm
Diffstat (limited to 'system/.bash_completion')
-rw-r--r--system/.bash_completion3
1 files changed, 3 insertions, 0 deletions
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