readme.md

December 7, 2022 ยท View on GitHub

My custom Oh-My-Zsh theme

alesrosina theme

It will show:

  • full path
  • git branch and status on right
  • shows error exit code (so if program exits with code other than 0)

It is derived from eastwood theme.

How to install

  • Copy theme file alesrosina.zsh-theme to ~/.oh-my-zsh/custom/themes
  • and then enable it in config ~/.zshrc with line ZSH_THEME="alesrosina"

That's it ;)