Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1279 from 3den/master
Browse files Browse the repository at this point in the history
My favourite theme with support to RVM and GIT
  • Loading branch information
robbyrussell committed Sep 1, 2012
2 parents 633ad0e + 76f2429 commit a0430a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/3den.zsh-theme
@@ -0,0 +1,7 @@
PROMPT=$'%{$fg[white]%}$(~/.rvm/bin/rvm-prompt) %{$fg_bold[cyan]%}%~%{$reset_color%}$(git_prompt_info) %{$fg[cyan]%}%D{[%I:%M:%S]}\
%{$fg_bold[green]%}%n$%{$reset_color%} '

ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="*"
ZSH_THEME_GIT_PROMPT_CLEAN=""

0 comments on commit a0430a0

Please sign in to comment.