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?
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?
He is using Oh My ZSH and the default robbyrussell
theme. There are a lot more themes, you can check them out here
I figured out how to do it using Bash variables: PS1
, PS2
, etc. You simply,
export PS1='-> crisper app '
Yeah, that settled it.