support system completion

pull/635/head
wxf 2016-01-01 15:46:53 +08:00
parent 468475dc49
commit 56fdb6333c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
if [ -f /etc/bash_completion ];
. /etc/bash_completion
fi