From f270e9edf813fc04dd0ef5bee2a5b98693b86be6 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 29 Jan 2016 10:20:44 +0000 Subject: [PATCH] add bash completions --- bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_profile b/bash_profile index 84e2c97..258a01f 100644 --- a/bash_profile +++ b/bash_profile @@ -15,3 +15,6 @@ if [ -n "$BASH_VERSION" ]; then fi fi +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi -- 2.45.2