[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
|
@ -3,7 +3,7 @@
|
|||
|
||||
function init_rc_configure_zle
|
||||
{
|
||||
shell-log 'Configuring ZLE'
|
||||
ShellLog 'Configuring ZLE'
|
||||
|
||||
local mode=$1
|
||||
if [[ -z "$mode" ]]; then
|
||||
|
@ -13,7 +13,7 @@ function init_rc_configure_zle
|
|||
function configure_zle_emacs { }
|
||||
function configure_zle_vim { }
|
||||
|
||||
shell-log -l debug "Using $mode command line editing mode"
|
||||
ShellLog -l debug "Using $mode command line editing mode"
|
||||
if [[ $mode == 'vim' ]]; then
|
||||
bindkey -v
|
||||
configure_zle_vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue