projects
/
matthijs
/
servers
/
tika.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
168ddb1
)
bash: Enable extended completion.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 24 Mar 2011 19:14:36 +0000
(19:14 +0000)
committer
Matthijs
<matthijs@stdin.nl>
Tue, 16 Aug 2011 18:55:10 +0000
(18:55 +0000)
etc/bash.bashrc
patch
|
blob
|
history
diff --git
a/etc/bash.bashrc
b/etc/bash.bashrc
index 9ba3cac12182e163cbb8a72cfe655e9459e39e80..aa84d916b83fd822ed86e4537bc229de33cd3d6e 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 ] && ! shopt -oq posix; then
-
#
. /etc/bash_completion
-
#
fi
+if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
+ . /etc/bash_completion
+fi
# if the command-not-found package is installed, use it
if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found ]; then