File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ tracing on in it before doing anything else there.
84
84
mileage may vary.
85
85
86
86
3 . If you are seeing 'unbound variable' warnings from bash when
87
- hitting <Tab >, this is because you have either ` set -u ` or `set -o
87
+ hitting \ < Tab>, this is because you have either ` set -u ` or `set -o
88
88
nounset` somewhere in your start-up files. This causes bash to flag
89
89
the use of any uninitialised shell variables as an error.
90
90
@@ -219,7 +219,7 @@ A. It's a choice we had to make. bash's programmable completion is
219
219
` bash_completion ` .
220
220
221
221
Q. When completing on a symlink to a directory, bash does not append
222
- the trailing ` / ` and I have to hit <Tab > again. I don't like this.
222
+ the trailing ` / ` and I have to hit \ < Tab> again. I don't like this.
223
223
224
224
A. This has nothing to do with ` bash_completion ` . It's the default for
225
225
completing symlinks to directories since bash 2.05a, and was added
You can’t perform that action at this time.
0 commit comments