From 5d9c199ce946387b56f21cd88473438611e38df0 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Sun, 17 Jan 2021 07:41:29 +0100 Subject: [PATCH] Disable tf and time prompts --- boban.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) '