git - What is this identifier in my ubuntu terminal? -


i got office machine whith ubuntu 16.04 , created new account on since machine belonged previous employee. machine has terminator default terminal emulator. however, in account of previous employee, terminator , terminal both have fancy identifier of sorts can tell branch you're on git.

what this? how can install on terminator? (the blue , yellow arrow)

here's how looks on terminator

terminator

here's how on terminal

terminal

that's agnoster zsh theme, solarized dark color scheme.

enter image description here

more themes can found here.

if you'd know exactly kind of theme , plugins used, take @ ~/.zshrc file. there should find line looks zsh_theme="agnoster". more info can found on oh zsh github.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -