lib: speed up slow parts of the lib files; other small fixes

This commit is contained in:
Marc Cornellà 2020-04-05 21:34:53 +02:00
commit 0caae9082a
4 changed files with 24 additions and 26 deletions

View file

@ -73,4 +73,4 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then
fi
# automatically load bash completion functions
autoload -Uz bashcompinit && bashcompinit
autoload -U +X bashcompinit && bashcompinit