1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

add comment

This commit is contained in:
Connor Olding 2019-06-05 19:09:37 -07:00
parent 5d81bc00a1
commit 394b28d0ba

View File

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