File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,11 @@ test -f ~/.bash_private.gpg && \
17
17
# enable programmable completion features (you don't need to enable
18
18
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
19
19
# sources /etc/bash.bashrc).
20
- test ! shopt -oq posix && {
21
- test -f /usr/share/bash-completion/bash_completion && . /usr/share/bash-completion/bash_completion
22
- test -f /etc/bash_completion && . /etc/bash_completion
23
- # smart advanced completion, download from
24
- # http://bash-completion.alioth.debian.org/
25
- test -f ~ /local/bin/bash_completion && . ~ /local/bin/bash_completion
26
- }
20
+ test -f /usr/share/bash-completion/bash_completion && . /usr/share/bash-completion/bash_completion
21
+ test -f /etc/bash_completion && . /etc/bash_completion
22
+ # smart advanced completion, download from
23
+ # http://bash-completion.alioth.debian.org/
24
+ test -f ~ /local/bin/bash_completion && . ~ /local/bin/bash_completion
27
25
28
26
# http://unix.stackexchange.com/questions/72086/ctrl-s-hang-terminal-emulator
29
27
# See "The TTY demystified" - http://linusakesson.net/programming/tty/index.php
You can’t perform that action at this time.
0 commit comments