appacademy / dotfiles

Get your computer ready for App Academy!
22 stars 30 forks source link

add line to fix infinite loop in terminal setup #27

Closed 4t0m closed 7 years ago

wolverdude commented 7 years ago

This shouldn't create an infinite loop. The only reason this might happen is if they're sourcing .bash_profile or .bashrc from their .profile. That's the real problem. Fix their .profile, not the .bashrc.

wolverdude commented 7 years ago

That's not exactly what I meant. I mean you remove the line from .bashrc.

4t0m commented 7 years ago

Ah, sorry. So are there linux-only dotfiles, or is that line unnecessary for apple computers as well?

wolverdude commented 7 years ago

Correct. It was referenced in the initial dotfiles that I inherited. It seems that I misunderstood what .profile was or why it was included.