bash-completion: update caveats (#35817)

This commit is contained in:
Ian Max Andolina 2019-01-11 00:22:19 +08:00 committed by FX Coudert
parent 04114fc43d
commit 87302a411e

View file

@ -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