From: Maximilian Friedersdorff Date: Fri, 29 Jan 2016 10:20:44 +0000 (+0000) Subject: add bash completions X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=f270e9edf813fc04dd0ef5bee2a5b98693b86be6;p=max%2Fdotfiles.git add bash completions --- 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