diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/10-completion.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/10-completion.bash b/bash/10-completion.bash new file mode 100644 index 0000000..1601a8a --- /dev/null +++ b/bash/10-completion.bash @@ -0,0 +1,3 @@ +if [ -z "$BASH_COMPLETION_VERSINFO" ] && [ -f '/etc/bash_completion' ]; then + source '/etc/bash_completion' +fi |