[zsh] Remove all the ShellLog calls -- just too slow :(
This commit is contained in:
parent
a13ecc9e4d
commit
1c80ab1de4
16 changed files with 0 additions and 38 deletions
|
|
@ -8,8 +8,6 @@ function init_rc_configure_prompt
|
|||
theme=loquacious
|
||||
fi
|
||||
|
||||
ShellLog -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
|
||||
|
||||
ShellLog "Configuring prompt with '$theme' theme"
|
||||
autoload -U promptinit
|
||||
promptinit
|
||||
prompt $theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue