# HG changeset patch # User "Yann E. MORIN" # Date 1220612226 0 # Node ID a838feeec9b2ed76b330c586ff1bcb7bb006fce0 # Parent 4cc03a880ba8f77340df639381810e4b9de1dfc8 Update docs/overview.txt with the script shell fragment that defines bash completion. /trunk/docs/overview.txt | 14 14 0 0 ++++++++++++++ 1 file changed, 14 insertions(+) diff -r 4cc03a880ba8 -r a838feeec9b2 docs/overview.txt --- a/docs/overview.txt Fri Sep 05 10:43:28 2008 +0000 +++ b/docs/overview.txt Fri Sep 05 10:57:06 2008 +0000 @@ -14,6 +14,7 @@ Installing crosstool-NG Install method The hacker's way + Shell completion Contributed code Configuring crosstool-NG Interesting config options @@ -156,6 +157,19 @@ and mailing me the result! :-P +Shell completion | +-----------------+ + +crosstool-NG comes with a shell script fragment that defines bash-compatible +completion. That shell fragment is currently not installed automatically, but +this is planned. + +To install the shell script fragment, you have two options: + - install system-wide, most probably by copying ct-ng.comp into + /etc/bash_completion.d/ + - install for a single user, by copying ct-ng.comp into ${HOME}/ and + sourcing this file from your ${HOME}/.bashrc + Contributed code | -----------------+