Skip to content

Commit

Permalink
This is handled in bash.d/completion.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel committed Jul 30, 2012
1 parent e99978b commit a984a2b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bash.d/misc_config.sh
Expand Up @@ -15,13 +15,3 @@ shopt -s cdable_vars
# values of LINES and COLUMNS.
shopt -s checkwinsize

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi


# vim: ft=bash fdm=marker expandtab ts=3 sw=3 :

0 comments on commit a984a2b

Please sign in to comment.