summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-05 10:57:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-05 10:57:06 (GMT)
commitb1459a88623e85acd6940411fa794b987d96cec2 (patch)
tree5525be93afd194426ee9e208f5374951ac08fb53 /docs
parentc6641de2bf9f9516fbaf06d40772e76de94f002a (diff)
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(+)
Diffstat (limited to 'docs')
-rw-r--r--docs/overview.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index dff60c7..ae37d67 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -14,6 +14,7 @@ History
Installing crosstool-NG
Install method
The hacker's way
+ Shell completion
Contributed code
Configuring crosstool-NG
Interesting config options
@@ -156,6 +157,19 @@ by running:
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 |
-----------------+