Discover, install, and configure shell plugins with Fig Plugin Store →
💥

Zsh2000

Pretty sweet zsh theme

consolemaverick
|
81 stars
27 forks

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

  1. Oh-my-zsh
  2. Your favorite version of Powerline-patched fonts

Configuration

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'