Neuro Simple's theme for oh-my-zsh

October 18, 2019 · View on GitHub

Description

This is a very simple theme inspired by oh-my-zsh/simple.zsh-theme at master · robbyrussell/oh-my-zsh

Features

  • Show exit status of previous command on error.
  • Show current vi mode (INSERT, NORMAL).
  • Show current git branch name and dirty state.
  • Double line prompt

Installation

Copy neurosimple.zsh-theme to $ZSH_CUSTOM/themes:

sudo cp neurosimple.zsh-theme $ZSH_CUSTOM/themes/

In your .zshrc:

...
ZSH_THEME="neurosimple"
plugins=(git)
...

License

This is released under the MIT license.