support system completion

This commit is contained in:
wxf
2016-01-01 15:46:53 +08:00
parent 468475dc49
commit 56fdb6333c

View File

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