Disable tf and time prompts

This commit is contained in:
Pavle Portic 2021-01-17 07:41:29 +01:00
parent 815c19fde8
commit 5d9c199ce9
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ build_prompt() {
prompt_virtualenv prompt_virtualenv
prompt_context prompt_context
prompt_dir prompt_dir
prompt_tf # prompt_tf
prompt_git prompt_git
prompt_end prompt_end
} }
@ -200,7 +200,7 @@ build_rprompt() {
RETVAL=$? RETVAL=$?
prompt_status prompt_status
prompt_endr prompt_endr
prompt_time # prompt_time
} }
PROMPT='%{%f%b%k%}$(build_prompt) ' PROMPT='%{%f%b%k%}$(build_prompt) '