]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
add bash completions
authorMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 29 Jan 2016 10:20:44 +0000 (10:20 +0000)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 29 Jan 2016 10:20:44 +0000 (10:20 +0000)
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