浏览代码

new 3den theme with RVM and GIT

Marcelo Eden 11 年之前
父节点
当前提交
76f2429e8e
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      themes/3den.zsh-theme

+ 7 - 0
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=""