aboutsummaryrefslogtreecommitdiff
path: root/files/etc/bash.bashrc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-18 19:52:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-18 19:52:54 -0200
commit4a7c7172e8725ce72df93924c4a4dcd87f75a569 (patch)
tree3807f1b23a998730d2318f5f914539e22a45488c /files/etc/bash.bashrc
parent316cbdfd3dff6596dcfe4dfbf60c2f278d8d6be8 (diff)
downloadpuppet-nodo-4a7c7172e8725ce72df93924c4a4dcd87f75a569.tar.gz
puppet-nodo-4a7c7172e8725ce72df93924c4a4dcd87f75a569.tar.bz2
Updating profile to squeeze
Diffstat (limited to 'files/etc/bash.bashrc')
-rw-r--r--files/etc/bash.bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/etc/bash.bashrc b/files/etc/bash.bashrc
index ed7362a..89b5a57 100644
--- a/files/etc/bash.bashrc
+++ b/files/etc/bash.bashrc
@@ -29,9 +29,9 @@ PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
#esac
# enable bash completion in interactive shells
-#if [ -f /etc/bash_completion ]; then
-# . /etc/bash_completion
-#fi
+if [ -f /etc/bash_completion ]; then
+ . /etc/bash_completion
+fi
# if the command-not-found package is installed, use it
if [ -x /usr/lib/command-not-found ]; then