diff --git a/boban.zsh-theme b/boban.zsh-theme index 62833ec..3195b11 100644 --- a/boban.zsh-theme +++ b/boban.zsh-theme @@ -190,7 +190,7 @@ build_prompt() { prompt_virtualenv prompt_context prompt_dir - prompt_tf + # prompt_tf prompt_git prompt_end } @@ -200,7 +200,7 @@ build_rprompt() { RETVAL=$? prompt_status prompt_endr - prompt_time + # prompt_time } PROMPT='%{%f%b%k%}$(build_prompt) '