diff options
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 |