X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash_profile;h=258a01f45f39f253c603f64a9b5df22801e54877;hb=f270e9edf813fc04dd0ef5bee2a5b98693b86be6;hp=84e2c97913f36c189ad453c9cf0864c61099b13b;hpb=3aa8df7dfdd8a34e6f677a312ba038dadde5f49b;p=max%2Fdotfiles.git 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