support system completion
parent
468475dc49
commit
56fdb6333c
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [ -f /etc/bash_completion ];
|
||||||
|
. /etc/bash_completion
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue