homeshick: correct .bash_rc to .bashrc in caveats (#5131)

master
Christopher Allen 2016-09-22 16:56:19 -07:00 committed by Zhiming Wang
parent 37f8912a98
commit a08810829c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Homeshick < Formula
`export HOMESHICK_DIR=#{opt_prefix}`
and
`source "#{opt_prefix}/homeshick.sh"`
in your $HOME/.bash_rc
in your $HOME/.bashrc
EOS
if build.with? "fish"
s += <<-EOS.undent