Skip to content

Commit

Permalink
README.md: More markdown tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 3, 2016
1 parent 8a748d3 commit 76d8823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tracing on in it before doing anything else there.
mileage may vary.

3. If you are seeing 'unbound variable' warnings from bash when
hitting <Tab>, this is because you have either `set -u` or `set -o
hitting \<Tab>, this is because you have either `set -u` or `set -o
nounset` somewhere in your start-up files. This causes bash to flag
the use of any uninitialised shell variables as an error.

Expand Down Expand Up @@ -219,7 +219,7 @@ A. It's a choice we had to make. bash's programmable completion is
`bash_completion`.

Q. When completing on a symlink to a directory, bash does not append
the trailing `/` and I have to hit <Tab> again. I don't like this.
the trailing `/` and I have to hit \<Tab> again. I don't like this.

A. This has nothing to do with `bash_completion`. It's the default for
completing symlinks to directories since bash 2.05a, and was added
Expand Down

0 comments on commit 76d8823

Please sign in to comment.