From 64e69f6ab2fd5f4fcdf7d191e5a8fb13d2d3f3f9 Mon Sep 17 00:00:00 2001 From: sonnym Date: Mon, 26 Mar 2012 10:52:58 -0400 Subject: [PATCH] update theme to include ruby --- themes/hybrid.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hybrid.zsh-theme b/themes/hybrid.zsh-theme index 26d925ec5..3dadfd9a5 100644 --- a/themes/hybrid.zsh-theme +++ b/themes/hybrid.zsh-theme @@ -1,6 +1,6 @@ # Theme with full path names and hostname # Handy if you work on different servers all the time; -PROMPT='%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[yellow]%}%M:%{$fg[green]%}${PWD/#$HOME/~}%{$reset_color%} $(git_prompt_info) %(!.#.$) ' +PROMPT='%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[yellow]%}%M:%{$fg[green]%}${PWD/#$HOME/~}%{$reset_color%} %{$fg[red]%}rb:($(rbenv_prompt_info))%{$reset_color%}$(git_prompt_info) %(!.#.$) ' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}git:(" ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"