[zsh] Remove all the ShellLog calls -- just too slow :(

This commit is contained in:
Eryn Wells 2022-01-22 09:39:51 -08:00
parent a13ecc9e4d
commit 1c80ab1de4
16 changed files with 0 additions and 38 deletions

View file

@ -3,8 +3,6 @@
function init_rc_configure_zle
{
ShellLog 'Configuring ZLE'
local mode=$1
if [[ -z "$mode" ]]; then
mode=emacs
@ -13,7 +11,6 @@ function init_rc_configure_zle
function configure_zle_emacs { }
function configure_zle_vim { }
ShellLog -l debug "Using $mode command line editing mode"
if [[ $mode == 'vim' ]]; then
bindkey -v
configure_zle_vim