From c10371e623ff7f6ff9c98d9fca9cd997b6a92f45 Mon Sep 17 00:00:00 2001 From: Lukas Martini Date: Wed, 16 Nov 2011 23:07:00 +0100 Subject: [PATCH 1/2] themes: Adding lutoma.zsh-theme --- themes/lutoma.zsh-theme | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 themes/lutoma.zsh-theme diff --git a/themes/lutoma.zsh-theme b/themes/lutoma.zsh-theme new file mode 100644 index 000000000..d21b299bd --- /dev/null +++ b/themes/lutoma.zsh-theme @@ -0,0 +1,19 @@ +MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" +local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" + +PROMPT=$'%{$reset_color%}%{$fg[cyan]%}%m %{$fg_bold[green]%}%c$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg_bold[green]%}❯)%{$reset_color%} ' + +ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git%{$reset_color%}:%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="" +ZSH_THEME_GIT_PROMPT_CLEAN="" + +RPROMPT='%{$fg_bold[blue]%}[%*]%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[green]%} ✚" +ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[blue]%} ✹" +ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✖" +ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[magenta]%} ➜" +ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[yellow]%} ═" +ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ✭" + From 0d774998e6a484159cfbf365b176ad7aa695f7f2 Mon Sep 17 00:00:00 2001 From: Lukas Martini Date: Wed, 16 Nov 2011 23:11:41 +0100 Subject: [PATCH 2/2] lutoma.zsh-theme: Cleanup / Removing unneeded variables --- themes/lutoma.zsh-theme | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/themes/lutoma.zsh-theme b/themes/lutoma.zsh-theme index d21b299bd..449b1b3c5 100644 --- a/themes/lutoma.zsh-theme +++ b/themes/lutoma.zsh-theme @@ -1,19 +1,4 @@ -MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" -local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" - PROMPT=$'%{$reset_color%}%{$fg[cyan]%}%m %{$fg_bold[green]%}%c$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg_bold[green]%}❯)%{$reset_color%} ' - +RPROMPT='%{$fg_bold[blue]%}[%*]%{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git%{$reset_color%}:%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY="" -ZSH_THEME_GIT_PROMPT_CLEAN="" - -RPROMPT='%{$fg_bold[blue]%}[%*]%{$reset_color%}' - -ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[green]%} ✚" -ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[blue]%} ✹" -ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✖" -ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[magenta]%} ➜" -ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[yellow]%} ═" -ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ✭" -