Skip to content

Commit d7b15f8

Browse files
committed
bashrc: let bash-completion package complete
1 parent 78463d2 commit d7b15f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bashrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ else
9292
PS1="$GREEN\u $NORMAL[ \W\$(_vcs_status) ]$GREEN \$(_ret_prompt) $NORMAL"
9393
fi
9494

95-
# Completion, wow.
96-
shopt -oq posix || [ -e /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
9795

9896
# Extra Aliases for those lazy ones :)
9997
alias ..='cd ..'
@@ -125,6 +123,5 @@ _lastdir_rec() {
125123
return $_ret
126124
}
127125

128-
unset c
129-
unalias shopt
126+
unset script shopt
130127
# End /etc/bashrc

0 commit comments

Comments
 (0)