mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
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(+)
This commit is contained in:
parent
c6641de2bf
commit
b1459a8862
@ -14,6 +14,7 @@ History
|
|||||||
Installing crosstool-NG
|
Installing crosstool-NG
|
||||||
Install method
|
Install method
|
||||||
The hacker's way
|
The hacker's way
|
||||||
|
Shell completion
|
||||||
Contributed code
|
Contributed code
|
||||||
Configuring crosstool-NG
|
Configuring crosstool-NG
|
||||||
Interesting config options
|
Interesting config options
|
||||||
@ -156,6 +157,19 @@ by running:
|
|||||||
|
|
||||||
and mailing me the result! :-P
|
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 |
|
Contributed code |
|
||||||
-----------------+
|
-----------------+
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user