Skip to content

Commit d884a22

Browse files
committed
docs(configuration): refer to non exported variables as shell ones
Thanks-to: Koichi Murase <myoga.murase@gmail.com>
1 parent 50688d5 commit d884a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ and override ones installed by bash_completion. Defaults to
1212
### `$XDG_CONFIG_HOME/bash_completion`
1313

1414
Sourced by the `bash_completion.sh` `profile.d` script. This file is
15-
suitable for definitions of all `COMP*` environment variables below.
15+
suitable for definitions of all `COMP*` shell variables below.
1616
If `$XDG_CONFIG_HOME` is unset or null,`~/.config` is
1717
used instead of it.
1818

19-
## Environment variables
19+
## Shell variables
2020

2121
### `BASH_COMPLETION_COMPAT_DIR`
2222

0 commit comments

Comments
 (0)