diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2011-04-28 15:29:27 -0400 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2011-04-28 15:29:27 -0400 |
commit | 14404eb7a00dcbafcaf81402844f0eb24243cbbb (patch) | |
tree | c94c1414db1e25091841f689db4373b9099970a7 | |
parent | 70d0beae22e7d97d4380af32dae1618f45e3dd4b (diff) | |
download | zsh-14404eb7a00dcbafcaf81402844f0eb24243cbbb.tar.gz zsh-14404eb7a00dcbafcaf81402844f0eb24243cbbb.tar.bz2 zsh-14404eb7a00dcbafcaf81402844f0eb24243cbbb.zip |
add my custom zsh prompt
-rw-r--r-- | themes/jtriley.zsh-theme | 8 |
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]%})" |