From ce3c46da8ff349391976c0485ff6cfb833e2f653 Mon Sep 17 00:00:00 2001 From: Sonny Date: Mon, 23 Apr 2018 20:19:11 +0200 Subject: [PATCH] Load extra completion scripts --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 022c0d0..36f0599 100644 --- a/.bashrc +++ b/.bashrc @@ -92,3 +92,8 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +# enable extra completion scripts +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi