Load extra completion scripts
This commit is contained in:
parent
fe8b82842c
commit
ce3c46da8f
1 changed files with 5 additions and 0 deletions
5
.bashrc
5
.bashrc
|
|
@ -92,3 +92,8 @@ if ! shopt -oq posix; then
|
|||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
||||
# enable extra completion scripts
|
||||
if [ -f /etc/bash_completion ]; then
|
||||
. /etc/bash_completion
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue