Revert "[zsh] Remove all the shell-log calls because they are slow af"

This reverts commit 3536a9d9c2.
This commit is contained in:
Eryn Wells 2022-01-22 09:03:43 -08:00
parent 265e239fc8
commit 0894a4957e
14 changed files with 32 additions and 0 deletions

View file

@ -8,6 +8,8 @@ function init_rc_configure_prompt
theme=loquacious
fi
shell-log -l debug 'Configuring vcs_info'
autoload -U add-zsh-hook
autoload -Uz vcs_info
@ -26,6 +28,7 @@ function init_rc_configure_prompt
add-zsh-hook precmd export_gitbranch
shell-log "Configuring prompt with '$theme' theme"
autoload -U promptinit
promptinit
prompt $theme