Skip to content

Instantly share code, notes, and snippets.

@knoopx
Created March 25, 2013 18:23
Show Gist options
  • Save knoopx/5239365 to your computer and use it in GitHub Desktop.
Save knoopx/5239365 to your computer and use it in GitHub Desktop.
My oh-my-zsh theme
PROMPT='%{$fg[grey]%}%n@%m %{$fg[green]%}%~%{$reset_color%}$(__git_ps1) %{$fg[green]%}$%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="("
ZSH_THEME_GIT_PROMPT_SUFFIX=") "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment