Skip to content

Commit 8a748d3

Browse files
committed
README.md: Markdown tweaks
1 parent 56c3ea1 commit 8a748d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ make install # as root
3131
```
3232

3333
These commands installs the completions and helpers, as well as a
34-
profile.d script that loads bash_completion where appropriate. If
34+
profile.d script that loads `bash_completion` where appropriate. If
3535
your system does not use the profile.d directory (usually below
3636
`/etc`) mechanism, i.e. does not automatically source shell scripts in
3737
it, you can source the `$sysconfdir/profile.d/bash_completion.sh`
3838
script in `/etc/bashrc` or `~/.bashrc`.
3939

4040
The profile.d script provides a configuration file hook that can be
41-
used to prevent loading bash_completion on per user basis when it's
41+
used to prevent loading `bash_completion` on per user basis when it's
4242
installed system wide. To do this, turn off programmable completion
4343
with `shopt -u progcomp` in `$XDG_CONFIG_HOME/bash_completion`
4444
(`~/.config/bash_completion` if `$XDG_CONFIG_HOME` is not set), and
4545
turn it back on for example in `~/.bashrc` if you want to use
4646
programmable completion for other purposes.
4747

4848
If you're using MacOS X, `/etc/bashrc` is apparently not sourced at
49-
all. In that case, you can put the bash_completion file in `/sw/etc`
49+
all. In that case, you can put the `bash_completion` file in `/sw/etc`
5050
and add the following code to `~/.bash_profile`:
5151

5252
```shell
@@ -130,7 +130,7 @@ A. Install it in one of the directories pointed to by
130130
for more than one command. The other one which is present for
131131
backwards compatibility reasons is `compatdir` (get it with
132132
`pkg-config --variable=compatdir bash-completion`) from which files
133-
are loaded when bash_completion is loaded.
133+
are loaded when `bash_completion` is loaded.
134134

135135
For packages using GNU autotools the installation can be handled
136136
for example like this in `configure.ac`:

0 commit comments

Comments
 (0)