Remove home-grown Git Bash completion and use the 'built-in'.
This commit is contained in:
parent
b54173118e
commit
e45ff2b1cf
File diff suppressed because it is too large
Load diff
1
.bashrc
1
.bashrc
|
@ -67,6 +67,7 @@ fi
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
# Add bash completion scripts
|
# Add bash completion scripts
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
for FILE in /usr/local/etc/bash_completion.d/*; do source ${FILE}; done
|
||||||
for FILE in ~/.bash/auto_complete.d/*; do source ${FILE}; done
|
for FILE in ~/.bash/auto_complete.d/*; do source ${FILE}; done
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue