add debian completion plugin

loads the debian completion script /etc/bash_completion if present
pull/660/head
Frank Becker 2015-01-10 21:36:59 +01:00
parent 493aa3e9c5
commit b3281c853e
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
[[ -s /etc/bash_completion ]] && source "/etc/bash_completion"