diff options
author | Camil Staps | 2018-10-22 20:08:47 +0200 |
---|---|---|
committer | Camil Staps | 2018-10-22 20:08:47 +0200 |
commit | 8b3b5b0050695316c1d6969a143fb7a473d832b2 (patch) | |
tree | 283bb8d0ba1a24d554a7e44af4844c44e009ce2b /system/.bash_completion | |
parent | install_clean: save previous installation to clean.bak (diff) |
Add bash completion for clm
Diffstat (limited to 'system/.bash_completion')
-rw-r--r-- | system/.bash_completion | 3 |
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 |