/zsh2000

Pretty sweet zsh theme

Primary LanguageShell

ZSH2000

alt tag

alt tag

Powerline looking zsh theme with rvm prompt, git status and branch, current time, user, hostname, pwd, exit status, root and background job status.

Influenced heavily by agnoster's theme and jeremyFreeAgent's theme

Prerequisites

Install your favorite version of Powerline-patched fonts

Installation

git clone https://github.com/consolemaverick/zsh2000.git
ln -s zsh2000.zsh-theme ~/.oh-my-zsh/themes/zsh2000.zsh-theme

Modify ~/.zshrc setting

ZSH_THEME="zsh2000"

Configuration

Place these above this line in your ~/.zshrc:

ZSH_THEME="zsh2000"

Disable the right hand side prompt entirely

export ZSH_2000_DISABLE_RIGHT_PROMPT='true'

Disable user@hostname

export ZSH_2000_DEFAULT_USER='YOUR_USER_NAME'

Disable display of

  1. exit status of your last command
  2. whether or not you are root
  3. whether or not there are background jobs running

by adding

export ZSH_2000_DISABLE_STATUS='true'

Disable git status on top of plain git clean/dirty

export ZSH_2000_DISABLE_GIT_STATUS='true'

Disable RVM prompt

export ZSH_2000_DISABLE_RVM='true'