[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
|
@ -19,9 +19,7 @@ function load_module
|
|||
|
||||
fpath+=($modpath)
|
||||
|
||||
shell-log "Loading module: $mod"
|
||||
for func in `ls $modpath`; do
|
||||
shell-log "Loading function: $func"
|
||||
autoload $func
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue