We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f882b9a commit 43a4ebcCopy full SHA for 43a4ebc
lib/bourne-shell.sh
@@ -98,14 +98,3 @@ fi
98
if [ -f ~/.bashrc.local ]; then
99
. ~/.bashrc.local
100
fi
101
-
102
-# enable programmable completion features (you don't need to enable
103
-# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
104
-# sources /etc/bash.bashrc).
105
-if ! shopt -oq posix; then
106
- if [ -f /usr/share/bash-completion/bash_completion ]; then
107
- . /usr/share/bash-completion/bash_completion
108
- elif [ -f /etc/bash_completion ]; then
109
- . /etc/bash_completion
110
- fi
111
-fi
0 commit comments