bash-completion: update caveats (#35817)
This commit is contained in:
parent
04114fc43d
commit
87302a411e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class BashCompletion < Formula
|
|||
|
||||
def caveats; <<~EOS
|
||||
Add the following line to your ~/.bash_profile:
|
||||
[ -f #{etc}/bash_completion ] && . #{etc}/bash_completion
|
||||
[ -d #{etc}/bash_completion.d ] && . #{etc}/bash_completion.d/*
|
||||
EOS
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue