From 3c61562212b8d293bb31106ab4793e976f6e1d00 Mon Sep 17 00:00:00 2001 From: Hyunkyu Lee Date: Sat, 23 May 2015 00:04:42 -0700 Subject: [PATCH] copy default robbyrussel theme to my new master theme --- themes/master.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/master.zsh-theme diff --git a/themes/master.zsh-theme b/themes/master.zsh-theme new file mode 100644 index 000000000..24e1e8c52 --- /dev/null +++ b/themes/master.zsh-theme @@ -0,0 +1,7 @@ +local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)" +PROMPT='${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$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]%})"