[bash] fix typo in comment
This commit is contained in:
parent
8d062a87a1
commit
36ce14439b
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -16,7 +16,7 @@ do
|
|||
[ -d "$p" ] && export PATH="$p:$PATH"
|
||||
done
|
||||
|
||||
# Prepend custom man directories to MATPATH if they exist, so that we get
|
||||
# Prepend custom man directories to MANPATH if they exist, so that we get
|
||||
# correct man page entries when multiple versions of a command are available.
|
||||
for p in /usr/local/share/man /usr/local/opt/coreutils/libexec/gnuman
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue