Document ~/.bash_completion and $XDG_CONFIG_HOME/bash_completion.
This commit is contained in:
parent
914da74d2c
commit
8cb5d6560e
@ -1,6 +1,20 @@
|
|||||||
Bash completion
|
Bash completion
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
Configuration files
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
*~/.bash_completion*::
|
||||||
|
Sourced late by bash_completion, pretty much after everything else.
|
||||||
|
Use this file for example to load additional completions, and to remove
|
||||||
|
and override ones installed by bash_completion.
|
||||||
|
|
||||||
|
*$XDG_CONFIG_HOME/bash_completion*::
|
||||||
|
Sourced by the bash_completion.sh profile.d script. This file is
|
||||||
|
suitable for definitions of all `COMP_*` environment variables
|
||||||
|
below. If `$XDG_CONFIG_HOME` is unset or null, `~/.config` is
|
||||||
|
used instead of it.
|
||||||
|
|
||||||
Environment variables
|
Environment variables
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user