X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash_profile;h=258a01f45f39f253c603f64a9b5df22801e54877;hb=a5db382ceaaa972250509f4c1f1f8831cf8e09ed;hp=84e2c97913f36c189ad453c9cf0864c61099b13b;hpb=fb0b1715b71ca7fcac787301b91afc8226bb1e1e;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