]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash_profile
add bash completions
[max/dotfiles.git] / bash_profile
index 84e2c97913f36c189ad453c9cf0864c61099b13b..258a01f45f39f253c603f64a9b5df22801e54877 100644 (file)
@@ -15,3 +15,6 @@ if [ -n "$BASH_VERSION" ]; then
     fi
 fi
 
+if [ -f /etc/bash_completion ]; then
+  . /etc/bash_completion
+fi