0

I was watching a Polymer Video on youtube and i noticed Rob's iTerm had a different shell prompt. The '-> crisper-app part'

How can I set the same in my iTerm, running on OSX Yosemite?

Adeola
  • 176
  • 6

2 Answers2

0

He is using Oh My ZSH and the default robbyrussell theme. There are a lot more themes, you can check them out here

Peter Foti
  • 5,526
  • 6
  • 34
  • 47
  • Thanks @Peter Foti. After some web digging, i noticed I could achieve that exact functionality by changing my PS1 bash prompt variable. Do I still need to download Oh My Zsh just for that? Or what other advantage does Oh My Zsh offer? – Adeola Jan 28 '16 at 12:24
0

I figured out how to do it using Bash variables: PS1, PS2, etc. You simply,

export PS1='-> crisper app '

Yeah, that settled it.

Adeola
  • 176
  • 6