mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:19:03 -08:00
add comment
This commit is contained in:
parent
5d81bc00a1
commit
394b28d0ba
1 changed files with 1 additions and 0 deletions
1
install
1
install
|
@ -130,6 +130,7 @@ for d in sh .vim .mpv; do
|
|||
softlink "$d" "$r"
|
||||
done
|
||||
|
||||
# ensure that .bashrc gets executed
|
||||
if [ ! -e .bash_profile ] || ! grep -qF .bashrc .bash_profile; then
|
||||
echo >> .bash_profile
|
||||
echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile
|
||||
|
|
Loading…
Reference in a new issue