diff options
author | Tharre <tharre3@gmail.com> | 2017-05-14 21:03:57 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-14 21:03:57 +0200 |
commit | d4166d7fdea9455e50b5f1692780986ff9115f11 (patch) | |
tree | a4f75be9d036d274ef53a2115a73405aea0c8c12 | |
parent | d55cda8e4e64a62c10bc98b80de37585ff05ba6e (diff) | |
download | dotfiles-d4166d7fdea9455e50b5f1692780986ff9115f11.tar.gz dotfiles-d4166d7fdea9455e50b5f1692780986ff9115f11.tar.xz dotfiles-d4166d7fdea9455e50b5f1692780986ff9115f11.zip |
zsh: cleanup custom zsh theme
-rw-r--r-- | zsh-custom/themes/custom.zsh-theme | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/zsh-custom/themes/custom.zsh-theme b/zsh-custom/themes/custom.zsh-theme index 31ff6c4..ece45fe 100644 --- a/zsh-custom/themes/custom.zsh-theme +++ b/zsh-custom/themes/custom.zsh-theme @@ -10,21 +10,9 @@ $FG[105]%1(j.[%j] .)%(!.#.$)%{$reset_color%} ' PROMPT2='%{$fg[red]%}\ %{$reset_color%}' RPS1='${return_code}' -# color vars -eval my_gray='$FG[237]' -eval my_orange='$FG[214]' - -# right prompt -#if type "virtualenv_prompt_info" > /dev/null -#then - #RPROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%' -#else - #RPROMPT='$my_gray%n@%m%{$reset_color%}%' -#fi - # git settings ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075] (" ZSH_THEME_GIT_PROMPT_CLEAN="" -ZSH_THEME_GIT_PROMPT_DIRTY="$my_orange*%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="$FG[214]*%{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="$FG[075])%{$reset_color%}" |