summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-04-28 23:36:49 -0700
committerRobby Russell <robby@planetargon.com>2011-04-28 23:36:49 -0700
commita89d33c0607320e6ce283dff745cb5aecfa19cd4 (patch)
treeb137b644659c6e68753de2945b89c0cb4a2e648c
parent58413bc0f554c21ea714f6ddfcec49ed7a3e2ede (diff)
parent14404eb7a00dcbafcaf81402844f0eb24243cbbb (diff)
downloadzsh-a89d33c0607320e6ce283dff745cb5aecfa19cd4.tar.gz
zsh-a89d33c0607320e6ce283dff745cb5aecfa19cd4.tar.bz2
zsh-a89d33c0607320e6ce283dff745cb5aecfa19cd4.zip
Merged pull request #307 from jtriley/jtriley-theme.
add my custom zsh prompt
-rw-r--r--themes/jtriley.zsh-theme8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/jtriley.zsh-theme b/themes/jtriley.zsh-theme
new file mode 100644
index 000000000..ec62a2208
--- /dev/null
+++ b/themes/jtriley.zsh-theme
@@ -0,0 +1,8 @@
+#PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[white]%}%n%{$fg[magenta]%}@%{$fg_bold[white]%}%m %{$fg_bold[green]%}%d
+%{$fg_bold[yellow]%}%% $(git_prompt_info)%{$reset_color%}"
+
+#ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
+#ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
+#ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
+#ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"