From dbeb17ae5c7e97dca929a79ee34df78b20567554 Mon Sep 17 00:00:00 2001 From: Suissa Date: Mon, 7 Mar 2016 12:56:19 -0300 Subject: [PATCH] Add my new theme --- themes/suissa.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/suissa.zsh-theme diff --git a/themes/suissa.zsh-theme b/themes/suissa.zsh-theme new file mode 100644 index 000000000..3486edb06 --- /dev/null +++ b/themes/suissa.zsh-theme @@ -0,0 +1,7 @@ +local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)" +PROMPT='(λ.%{$fg[magenta]%}%c%{$fg_bold[white]%}.$(git_prompt_info)) %{$fg_bold[white]%}${ret_status}%{$fg_bold[green]%}%p ' + +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[white]%})"