about summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
authorCase Duckworth2021-09-05 12:07:36 -0500
committerCase Duckworth2021-09-05 12:07:36 -0500
commit0cf9aa59cb119662d55ac68133b5c92b6894cd1b (patch)
tree53e37c838c0a80524e93246303982b8a53a68b96 /bash
parentChange some variables (diff)
downloadetc-0cf9aa59cb119662d55ac68133b5c92b6894cd1b.tar.gz
etc-0cf9aa59cb119662d55ac68133b5c92b6894cd1b.zip
Add completion
Diffstat (limited to 'bash')
-rw-r--r--bash/completion.bash7
1 files changed, 7 insertions, 0 deletions
diff --git a/bash/completion.bash b/bash/completion.bash new file mode 100644 index 0000000..50e8f35 --- /dev/null +++ b/bash/completion.bash
@@ -0,0 +1,7 @@
1# source completions
2
3. /etc/bash_completion
4
5# for file in /etc/bash_completion.d/*; do
6# [ -r "$file" ] && source "$file"
7# done