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 trialDillon Carter
6,364 PointsWhat Customization Needed For Terminal Display?
Hey there,
I really enjoy the custom terminal Jim Hoskins uses while coding in Ruby. Could either Jim or someone else point me in the direction to change mine so it looks exactly like his?
Thanks :)
5 Answers
James Barnett
39,199 PointsJim just customized his prompt using the PS1
variable
He covered how to do this in the Console Foundations course's Environment Variables video at time-index 1:53
further reading:
http://www.cyberciti.biz/tips/howto-linux-unix-bash-shell-setup-prompt.html
Carl Reyes
Courses Plus Student 7,225 PointsI'm not sure exactly what they're using, but I'd look into zsh (specifically 'Oh My Zsh') - it's a great project and a better interface in my opinion
Dillon Carter
6,364 PointsThanks Carl Reyes, I'll look it up and give it a try.
Dillon Carter
6,364 PointsGot Og My Zsh installed and it is pretty cool! Thank you for letting me know about it. There are so much documentation on it and you could spend an entire day playing with the themes and different plugins for it haha.
Carl Reyes
Courses Plus Student 7,225 PointsYeah it's pretty great. Just being able to do simple things like tracking git branches is nice. Oh and the pretty colors
Carl Reyes
Courses Plus Student 7,225 PointsYeah it's pretty great. Just being able to do simple things like tracking git branches is nice. Oh and the pretty colors
Dillon Carter
6,364 PointsHaha I do like the pretty colors. I like how I can keep the branches and file Dir. to the right while all of my commands stay on the left. Makes it a bit more organized for me.