[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
|
@ -7,7 +7,6 @@ function init_zsh_functions
|
|||
{
|
||||
local myfpath="$HOME/.zsh/func"
|
||||
|
||||
shell-log "Loading functions in $myfpath"
|
||||
for func in $myfpath/*; do
|
||||
[[ ! -e "$func" || -d "$func" ]] && continue
|
||||
|
||||
|
@ -15,7 +14,6 @@ function init_zsh_functions
|
|||
[[ "$functionName" =~ "prompt_*" ]] && continue
|
||||
[[ "$functionName" =~ "init_*" ]] && continue
|
||||
|
||||
shell-log -l debug "Loading $functionName"
|
||||
autoload +X $functionName
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue