1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-26 08:13:28 +02: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
+1 -1
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