[zsh] Convert all shell-log calls to ShellLog
This commit is contained in:
parent
0894a4957e
commit
a13ecc9e4d
17 changed files with 28 additions and 28 deletions
|
@ -8,7 +8,7 @@ function init_rc_configure_prompt
|
|||
theme=loquacious
|
||||
fi
|
||||
|
||||
shell-log -l debug 'Configuring vcs_info'
|
||||
ShellLog -l debug 'Configuring vcs_info'
|
||||
|
||||
autoload -U add-zsh-hook
|
||||
autoload -Uz vcs_info
|
||||
|
@ -28,7 +28,7 @@ function init_rc_configure_prompt
|
|||
|
||||
add-zsh-hook precmd export_gitbranch
|
||||
|
||||
shell-log "Configuring prompt with '$theme' theme"
|
||||
ShellLog "Configuring prompt with '$theme' theme"
|
||||
autoload -U promptinit
|
||||
promptinit
|
||||
prompt $theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue