From 56fdb6333c513ebb836c3ad0e9256396efa4822c Mon Sep 17 00:00:00 2001 From: wxf Date: Fri, 1 Jan 2016 15:46:53 +0800 Subject: [PATCH] support system completion --- completion/available/system.completion.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 completion/available/system.completion.bash diff --git a/completion/available/system.completion.bash b/completion/available/system.completion.bash new file mode 100644 index 00000000..b13121d7 --- /dev/null +++ b/completion/available/system.completion.bash @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +if [ -f /etc/bash_completion ]; + . /etc/bash_completion +fi