1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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
parent dbd16000a5
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