[zsh] Remove all the shell-log calls because they are slow af
This commit is contained in:
parent
b1ab4a0446
commit
3536a9d9c2
14 changed files with 0 additions and 32 deletions
|
|
@ -8,8 +8,6 @@ function init_rc_configure_prompt
|
|||
theme=loquacious
|
||||
fi
|
||||
|
||||
shell-log -l debug 'Configuring vcs_info'
|
||||
|
||||
autoload -U add-zsh-hook
|
||||
autoload -Uz vcs_info
|
||||
|
||||
|
|
@ -28,7 +26,6 @@ function init_rc_configure_prompt
|
|||
|
||||
add-zsh-hook precmd export_gitbranch
|
||||
|
||||
shell-log "Configuring prompt with '$theme' theme"
|
||||
autoload -U promptinit
|
||||
promptinit
|
||||
prompt $theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue