Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

I think (I know) I'm missing something on updating the path with nano .bashrc

I tried google to get some clarification, but I'm not even sure what question I need to ask. In the update the path lesson, the teacher keeps using something like:

nano .bashrc
export PATH=/home/smolderingflax/bin:$PATH

/bin keeps getting used as an example. Is this just a generic file? I think I read that it's used for executives. Does it need any more identification that that? Is it that if we want some exectutable to run at startup that's what we use?