projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe46e2
)
bash: Enable extended completion.
author
root
<matthijs@stdin.nl>
Tue, 30 Sep 2008 14:33:29 +0000
(14:33 +0000)
committer
root
<matthijs@stdin.nl>
Tue, 30 Sep 2008 14:33:29 +0000
(14:33 +0000)
etc/bash.bashrc
patch
|
blob
|
history
diff --git
a/etc/bash.bashrc
b/etc/bash.bashrc
index 3f8ba6bc7ca93411e333ad41faec2e4216c35e33..4203390994e41c1065e3b05d0941edf1ffd10c79 100644
(file)
--- a/
etc/bash.bashrc
+++ b/
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