+shopt -u progcomp # Disable 'bash-completion' rpm
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 28 May 2013 16:09:52 +0000 (18:09 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 28 May 2013 16:09:52 +0000 (18:09 +0200)
.bashrc

diff --git a/.bashrc b/.bashrc
index 3937226..a174b84 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -157,6 +157,7 @@ eval '
 '
 
 unset command_not_found_handle
+shopt -u progcomp # Disable 'bash-completion' rpm
 export IGNOREEOF=10
 # '2>/dev/null' to prevent: TMOUT: readonly variable
 [ -n "$SSH_TTY" ] && export TMOUT=900 2>/dev/null