mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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"
|
softlink "$d" "$r"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# ensure that .bashrc gets executed
|
||||||
if [ ! -e .bash_profile ] || ! grep -qF .bashrc .bash_profile; then
|
if [ ! -e .bash_profile ] || ! grep -qF .bashrc .bash_profile; then
|
||||||
echo >> .bash_profile
|
echo >> .bash_profile
|
||||||
echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile
|
echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue